Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re (tilly) 5: NEWBIE Brain Teaser

by tilly (Archbishop)
on Apr 16, 2001 at 19:53 UTC ( [id://72849]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: NEWBIE Brain Teaser
in thread NEWBIE Brain Teaser

That aliasing command relies on typeglobs to work.

Therefore it will only work with global variables. (ie you must localize with local, not my.) I stay away from that except when it really doesn't make sense not to. :-)

The mostly widely used form of that kind of aliasing in modern Perl is for exporting symbols using Exporter.

FWIW one goal for Perl 6 is to kill typeglobs entirely. The functionality should be available, but by a different mechanism...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://72849]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-16 14:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found