in reply to $PERL_USE=$PERL_USE:

Says princepawn:
> Too bad Perl doesn't have ...
It does. Use
PERL5OPT='-MData::Dumper';
If this environment variable is set, then whenever you run Perl it will load Data::Dumper before running your program.

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
    >> Why do you always ...

    You could even boldly ask
    "I am sure there must be a way to X in Perl, can anyone please tell me how?"

    Rudif :-)