On Tue, 2 Oct 2001, José Luis Sancho wrote:

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

I don't think you can use dots in sub or variables names.  Use an
underscore _ instead.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
The bugs you have to avoid are the ones that give the user not only
the inclination to get on a plane, but also the time.
                -- Kay Bostic


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

Reply via email to