ahjohnston25 has asked for the wisdom of the Perl Monks concerning the following question:
What I want to know Is how I can rephrase that section of code so I can add my Perl varible $target into system(). How do I do this?#!usr/bin/perl -w use strict; my ($target); #A few lines later. . . system( nmap $target);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Add Perl Varibles in system()
by ikegami (Patriarch) on May 11, 2009 at 20:21 UTC | |
Re: Add Perl Varibles in system()
by almut (Canon) on May 11, 2009 at 20:22 UTC | |
Re: Add Perl Varibles in system()
by John M. Dlugosz (Monsignor) on May 11, 2009 at 21:33 UTC | |
by FunkyMonk (Chancellor) on May 11, 2009 at 22:25 UTC | |
by John M. Dlugosz (Monsignor) on May 11, 2009 at 23:02 UTC | |
by ikegami (Patriarch) on May 11, 2009 at 23:09 UTC | |
by ikegami (Patriarch) on May 11, 2009 at 23:04 UTC | |
by ahjohnston25 (Initiate) on May 12, 2009 at 20:50 UTC | |
by ikegami (Patriarch) on May 12, 2009 at 21:37 UTC |