Re: sub declarations

2005-04-19 Thread Offer Kaye
On 4/19/05, M. Kristall wrote: > > If that doesn't help, definitely use perldoc.com :-) (if it's up). > See: http://perldoc.perl.org/ Instead. It not only has a search box, it is even up :-) You can also use Google to search it and ignore PDF files .Just type in the google search box the followi

Re: sub declarations

2005-04-19 Thread M. Kristall
Manish Sapariya wrote: Thanks fxn, This certainly should help. List, Is there a search tool which can give me perldoc pages given a string. --- perldoc-q Search the text of questions (not answers) in perlfaq[1-9] --- does not seems to be powerful enough. Thanks and Regards, Manish On 04/08/2

Re: sub declarations

2005-04-09 Thread Jose Nyimi
Manish Sapariya a écrit : Thanks fxn, This certainly should help. List, Is there a search tool which can give me perldoc pages given a string. Try http://www.perldoc.com or http://www.perlpod.com BR, José. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: sub declarations

2005-04-09 Thread Manish Sapariya
Thanks fxn, This certainly should help. List, Is there a search tool which can give me perldoc pages given a string. --- perldoc-q Search the text of questions (not answers) in perlfaq[1-9] --- does not seems to be powerful enough. Thanks and Regards, Manish On 04/08/2005 08:53 PM, Xavier No

Re: sub declarations

2005-04-08 Thread Xavier Noria
On Apr 7, 2005, at 14:47, Manish Sapariya wrote: Hi List, Can anybody tell me difference among all of the following sub declaration. 1. sub abc {} 2. sub xyz() {} # Please not round brackets, When I had this definition, I got following error. The former is a regular subroutine, whereas the latter

sub declarations

2005-04-08 Thread Manish Sapariya
Hi List, Can anybody tell me difference among all of the following sub declaration. 1. sub abc {} 2. sub xyz() {} # Please not round brackets, When I had this definition, I got following error. - Too many arguments for main::smtp at ./gencap.pl line 201, near "$temp_capfile)