in reply to Re^2: Add Perl Varibles in system()
in thread Add Perl Varibles in system()
But there is probably a better way to write that. Any suggestions?system( 'nmap', $ver, $os, $target ' -oG pentest.txt')=0 || print "Nma +p failed! $!"; exit1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Add Perl Varibles in system()
by ikegami (Patriarch) on May 12, 2009 at 21:37 UTC |