Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Object Oriented configuration values

by trs80 (Priest)
on Feb 10, 2003 at 04:25 UTC ( [id://234012]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package OurApp;
    
    ...
    use base ( 'OurApp::Base' );
    
    1;
    
  2. or download this
    package OurApp::Base;
    
    ...
    }
    
    1;
    
  3. or download this
    base_directory=/home/trs80
    show_code=1
    turn_off_sprinkler=0
    feed_dog=1
    
  4. 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://234012]
Approved by FoxtrotUniform
Front-paged by data64
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found