but the problem is i am taking the input from command line ...this way:
BEGIN {
$SRCH_URL = "http://google.com/search?q=@ARGV";
$OP_FILE = "srch.html";
$WGET_CMD = "wget '$SRCH_URL' -O $OP_FILE -U 'MSIE'";
}
this works fine with single word like "donation"....but for multi space word like"programming in perl "or "donation for a child" this script does not work..
kindly help
u can also mail me at jay1982@gmail.com
bye
jay