Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: Re: a simple include....

by crouchingpenguin (Priest)
on Apr 30, 2003 at 16:27 UTC ( [id://254365]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # prov.pl
    ...
    require './inc.pl';
    
    print $SousMaintenance,"\n";
    
  2. or download this
    $SousMaintenance = 'value one';
    1;
    
  3. or download this
    # inc.pl
    package myInc;
    $SousMaintenance = 'value one';
    
  4. or download this
    print $myInc::SousMaintenance,"\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-18 06:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found