Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Evil Interview Questions

by Herkum (Parson)
on Feb 10, 2008 at 20:38 UTC ( [id://667291]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Foo::Bar;
    
    ...
    
       return $self->{_name};
    }
    
  2. or download this
    my $bar = Foo::Bar->new( name => 'Bob Lambert' );
    
    print "Name of my object " . $bar->name    . "\n"; # method call
    print "Name from my hash " . $bar->{_name} . "\n"; # hash key
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found