In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jos? Luis Sancho) 
wrote:

> I am in need of a tip to name a sub with a '.' (dot) as
> 
> sub www.com {
>     bla, bla
> }

you can't use a full stop. use an underscore instead.  

    sub www_com { }
-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to