Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Exporting symbols from another package

by crashtest (Curate)
on Mar 29, 2010 at 19:22 UTC ( [id://831686]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Foo.pm
    
    ...
    
    package Foo::Baz;
    # ... and more
    
  2. or download this
    # Foo.pm
    
    ...
    use Foo qw(:transforms);
    
    say transform_one("xyzabc");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found