Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Not sure how to handle this scope

by misterperl (Pilgrim)
on Aug 18, 2021 at 17:59 UTC ( [id://11135932]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # sorta like
    my $self = new OO( $cat );
    ...
      say $self->species();
    }
    
  2. or download this
    ( my $self = new OO( $dog ) ) if $ARGV[0] eq 'Fido';

Log In?
Username:
Password:

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

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

    No recent polls found