in reply to $PERL_USE=$PERL_USE:

As you mentioned, an editor template would probably be the best solution to this.

Another solution (at least under Unix) is to say:

> alias perl='perl -MData::Dumper' > perl -e 'print Dumper({foo=>"bar"})' $VAR1 = { 'foo' => 'bar' };

Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com