http://www.perlmonks.org?node_id=863739


in reply to Passing Parameters in XML::Simple

normally you would declare the config path as below:...

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?

$ perl -le" print for @ARGV" "a b c" 1 2 3 a b c 1 2 3 $
See perlrun, Behind the GUI lives the Shell