in reply to Passing Parameters in XML::Simple
Not with those angled quotes you wouldn't, you need regular quotes :)
Is there a way of passing the config as a parameter to be entered at the command line?
See perlrun, Behind the GUI lives the Shell$ perl -le" print for @ARGV" "a b c" 1 2 3 a b c 1 2 3 $
|
|---|