Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Flexibility in Module for Import or Execute

by temporal (Pilgrim)
on Mar 11, 2013 at 21:17 UTC ( [id://1022875]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # perl -w
    package test_caller;
    ...
    0;
    
    # 'direct execution do not need to end in truth'
    
  2. or download this
    #! perl -w
    use test_caller;
    
    # 'imported'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 21:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found