cesapun has asked for the wisdom of the Perl Monks concerning the following question:
EDIT:
my $info= $ARGV[0];
so,to start script i will type in cmd: "perl script.pl some text" and when i press enter,browser will open a page and "some text" goes to a text field...i don't want to press any button,just pop up browser with that text filled into a text box
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl question
by blue_cowdawg (Monsignor) on Sep 08, 2011 at 18:01 UTC | |
|
Re: perl question
by luis.roca (Deacon) on Sep 08, 2011 at 18:07 UTC | |
|
Re: perl question
by cesapun (Acolyte) on Sep 08, 2011 at 18:13 UTC | |
by Corion (Patriarch) on Sep 08, 2011 at 18:37 UTC |