I cannot put anything after an -MSome::Module on the #! line or in $ENV{PERL5OPTS}. Works: #!perl -w -MData::Dumper print Dumper {%ENV} Doesn't: #!perl -MData::Dumper -w print Dumper {%ENV} This should work, and does work under Unix. The greatest problem is when I want to put multiple -M flags in PERL5OPTS. -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-porters-request@macperl.org