Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

using AUTOLOAD to access read-only data structures

by shmem (Chancellor)
on Jun 02, 2011 at 05:43 UTC ( [id://907750]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package XSConf;
    
    ...
        return $package;
    }
    1;
    
  2. or download this
    <config>
        <database>
    ...
            </hostservices>
        </app>
    </config>
    
  3. or download this
    #!/usr/bin/perl 
    use XSConf qw(foo.xml);
    ...
    database: port = DBPORT
    database: host = DBHOST
    service telnet:23
    
  4. or download this
    use XSConf qw(foo.xml);
    XSConf->config->database->codeset->foo;
    __END__
    Can't locate object method "foo" via package "iso-8859-1" (perhaps you
    + forgot to load "iso-8859-1"?) at...
    
  5. or download this
    package XSConf;
    
    ...
        $_[0];
    }
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-23 10:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found