use strict; use warnings; use Module::Load; BEGIN { load 'Data::Dumper'; 'Data::Dumper'->import; }; print Dumper {A=>'testA',B=>'testB'}; __END__ $VAR1 = { 'A' => 'testA', 'B' => 'testB' };
In reply to Re^5: Help creating a function
by Anonymous Monk
in thread Help creating a function
by varghees
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |