Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: use x; equivalent

by vladb (Vicar)
on Feb 22, 2006 at 17:48 UTC ( [id://532042]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
         import  There is no builtin "import" function.  It is just
                 an ordinary method (subroutine) defined (or
    ...
                 "import" method for the package used.  See also the
                 use entry elsewhere in this document, the perlmod
                 manpage, and the Exporter manpage.
    
  2. or download this
    package packg;
    1;
    
  3. or download this
    BEGIN { require packg; import packg; }
    
    print "ok\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 21:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found