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

Automagic subroutines

by rje (Deacon)
on Jan 03, 2005 at 23:25 UTC ( [id://419095]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package TEST;
    use strict;
    
    ...
    }
    
    1;
    
  2. or download this
    my $test = new TEST qw( foo bar baz );
    
    $test->foo = 3;
    $test->bar = "Boy is this a messed-up object!";
    $test->baz = "I bet someone else has a better way to do this.";
    

Log In?
Username:
Password:

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

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

    No recent polls found