Well I have a way around.  I have not done this but sure will work.  may be
gurus and give a code for this.

If we cannot use dot in a sub routine name, but surely can use as a alias.

All we need to do is to have an hash table and assing the functional as the
value to the key which "can" have a "dot"

Applogies in advance if I am worng, I just could not resist taking chances.

Rajeev Rumale





----- Original Message -----
From: "Brett W. McCoy" <[EMAIL PROTECTED]>
To: "José Luis Sancho" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 7:38 PM
Subject: Re: dot-named sub


> 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]
>
>
>


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

Reply via email to