in reply to $PERL_USE=$PERL_USE:
> Too bad Perl doesn't have ...It does. Use
If this environment variable is set, then whenever you run Perl it will load Data::Dumper before running your program.PERL5OPT='-MData::Dumper';
Why do you always phrase your questions as "Perl doesn't do X" instead of "Is there a way to make Perl do X?"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: $PERL_USE=$PERL_USE:
by Rudif (Hermit) on Nov 18, 2000 at 03:20 UTC |