Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: require issue.

by osunderdog (Deacon)
on Mar 02, 2007 at 12:56 UTC ( [id://602871]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $perl -d main.pl
    
    ...
      DB<2> S main*
    main::BEGIN
      DB<3>
    
  2. or download this
    use strict;
    require "somefile.pl";
    ...
    use newform;
    &newform::someFile();
    &newform::func1();
    
  3. or download this
    sub BEGIN
      {
        require "somefile.pl";
      }
    
  4. or download this
    &main::someFile();
    

Log In?
Username:
Password:

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

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

    No recent polls found