http://www.perlmonks.org?node_id=924894


in reply to Open Browser and fill smth into a text field

i want a script in perl that open a web page in default browser and fill the info into text box

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

hope you understand me

Replies are listed 'Best First'.
Re^2: perl question
by Corion (Patriarch) on Sep 08, 2011 at 18:37 UTC