> If *GET =>$url* is a method invocation here, what is the operator => stands > for?
'=>' is equal to ',' in perl,so you can write it as: HTTP::Request->new('GET',$url); Here both 'GET' and $url are the arguments of new(). >What's it context? list or scalar? > These are the basic conception in perl.For the start,I recommend you read the book of "Learning Perl" . -- Jeff Pang EMAIL: [EMAIL PROTECTED] AIM: jeffpang -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/