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

Re: Could anyone explain the following Class::MethodMaker Code ?

by wazoox (Prior)
on Feb 20, 2006 at 11:53 UTC ( [id://531385]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    scalar => [+{ -type => 'File::stat' }, qw/ name /],
    new    => 'new',
    
  2. or download this
    [+{ -type => 'File::stat' }, qw/ name /]
    
  3. or download this
    +{ -type => 'File::stat' },
    qw/ name /
    
  4. or download this
    $VAR1 = {
              'scalar' => [
    ...
              'new' => 'new'
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-18 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found