Not sure this will work in every arg passed
Also, doing something like this is probably not the safest
#!/usr/bin/perl use warnings; use strict; my $string = $ARGV[0]; #print "$string"; my $rc = `$string`; print $rc;
In reply to Re: Command Line Arg contains Variable and more
by gman
in thread Command Line Arg contains Variable and more
by VinsWorldcom
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |