Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: My first attempt at inheritance

by perl-diddler (Chaplain)
on Jun 01, 2013 at 10:18 UTC ( [id://1036407]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    > perl -e '
    use v5.12;     
    ...
    Can't locate package File::Spec for @File::Spectacles::ISA at -e line 
    +7.
    Can't locate package File::Spec for @File::Spectacles::ISA at -e line 
    +7.
    Can't locate object method "tmpdir" via package "File::Spectacles" at 
    +-e line 7.
    
  2. or download this
    > perl -e '
    use File::Spec;
    ...
    @File::Spectacles::ISA = "File::Spec";
    say File::Spectacles->tmpdir;'
    /tmp
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found