my @list=('test', 'Hello!'); my $func_name=shift @list; &$func_name(@list); sub test { print @_; }
To my suprise, this works fine.
____________________
Jeremy
I didn't believe in evil until I dated it.
In reply to Re: Command line to array
by jepri
in thread Command line to array
by elusion
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |