Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: a simple matter of elegance

by lima1 (Curate)
on Oct 03, 2007 at 10:27 UTC ( [id://642366]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyAutoloadDemo;
    
    ...
     }
    
    1;
    
  2. or download this
    use MyAutoloadDemo;
    
    ...
    warn $demo->name;
    warn $demo->address;
    warn $demo->unknown;
    
  3. or download this
    spiros at test.pl line 4.
    london at test.pl line 5.
    Can't access unknown field in class MyAutoloadDemo at test.pl line 6
    

Log In?
Username:
Password:

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

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

    No recent polls found