ok, just pointing as requested:
use strict; use warnings; # eval{} is insufficient - we need string-extrapolation BEGIN { my $f="Data::Dumper"; eval "use $f"; }; my $g="a string"; print "Dumper", Dumper($g),"\n";
Update: Beth - this does do dump :)
In reply to Re: Dynamically load all modules from a directory
by jakobi
in thread Dynamically load all modules from a directory
by chanakya
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |