|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: variable assignment errorby Crackers2 (Vicar) |
| on Sep 04, 2010 at 01:01 UTC ( #858827=note: print w/ replies, xml ) | Need Help?? |
|
This looks to me like you're trying to execute $gmetric with the given parameters. I know in bash you can do
and have it execute /bin/tr a-z A-Z, but that doesn't work in perl. You'd have to do something like
Normally I'd be inclined to use the multi-arg version of system, but that wouldn't work here since $gmetric_conf contains more than one parameter.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||