Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Carp can't deal with UNIVERSAL::AUTOLOAD

by ikegami (Patriarch)
on Jun 07, 2006 at 17:29 UTC ( [id://554099]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub Test1::print_context {
       print(__PACKAGE__, "\n");
    ...
    
    Test1::print_context();  # main
    Test2::print_context();  # Test2
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    bar();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 12:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found