Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Re: Re: Never lock $0 inside of a BEGIN block

by demerphq (Chancellor)
on May 21, 2003 at 21:37 UTC ( [id://259901]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub umm()    { print "---\n"}
    sub _caller(){(caller(1))[3]=~/^(?:main::)?(.*)$/}
    ...
    if_blah(),if_blah(),if_blah(),umm,
    not_if_blah(),not_if_blah(),not_if_blah(),umm;
    __END__
    
  2. or download this
    # No assignment        #With assignment 
    for_blah        0      for_blah        0
    ...
    not_if_blah     1      not_if_blah     1
    not_if_blah     2      not_if_blah     2
    ---                    ---
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found