Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: Callback Design

by saucepan (Scribe)
on Jan 16, 2001 at 05:10 UTC ( [id://52126]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package my;
    $global = 'in_my';
    
    ...
    
    print my::own_map { $_, " ", $global, "\n" } (1..20);
      # prints "1 in_main\n", "2 in_main\n" and so on
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-25 10:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found