Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Including modules and pragmas in caller's scope via use

by wanna_code_perl (Friar)
on Jul 30, 2014 at 11:48 UTC ( [id://1095603]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $target = scalar caller;
    $package->import::into($target, @arguments);
    
  2. or download this
    my ($package, $filename, $line) = caller;
    autodie->import::into({ package  => $package,
                            filename => $filename,
                            line     => $line });
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-18 20:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found