Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

OO Configuration Values (version 2)

by trs80 (Priest)
on Apr 22, 2003 at 23:58 UTC ( [id://252414]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    package My::Config;
    ...
    
    1;
    
  2. or download this
    package My::Base;
    
    ...
    
    1;
    
  3. or download this
    !/usr/bin/perl
    
    ...
    $config->base_directory("/home/otheruser/");
    
    print $config->base_directory() , "\n";
    
  4. or download this
    #!/usr/bin/perl
    
    ...
    $object->config->base_directory("/home/otheruser/");
    
    print $object->config->base_directory() , "\n";
    
  5. or download this
    #!/usr/bin/perl
    
    ...
    
    print $object->base_directory() , "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-24 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found