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

Re: RFC: Alias::Exporter

by Tanktalus (Canon)
on Sep 20, 2006 at 20:03 UTC ( [id://573984]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      (my $modname = $module . '.pm') =~ s,::,/,g;
      require $modname;
    
  2. or download this
      for my $var (@import_list)
      {
        no strict 'refs';
        *{$package . '::' . $imports{$var}} = *{$module . '::' . $var};
      }
    
  3. or download this
    sub import {
      my $class = shift;
    ...
        }
      }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://573984]
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: (3)
As of 2024-04-18 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found