Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Embed: Using load_module

by polettix (Vicar)
on May 24, 2006 at 10:10 UTC ( [id://551318]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Example;
    use strict;
    ...
    sub with_warn { warn "inside with_warn"; return; }
    sub with_carp { carp "inside with_carp"; return; }
    1;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    Example::with_warn();
    Example::with_carp();
    warn "inside main script";
    
  3. or download this
    inside with_warn at Example.pm line 5.
    inside with_carp at /path/to/warn_carp.pl line 7
    inside main script at /path/to/warn_carp.pl line 8.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found