Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Re: Re: Re: Why breaking can() is acceptable

by stvn (Monsignor)
on Apr 06, 2004 at 15:23 UTC ( [id://342959]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        use Shell qw(echo cat ps cp);
    
  2. or download this
    package Class::FlyweightWrapper;
    $VERSION = 0.01;
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print (($test2->can("helloWorld")) ? "we can\n" : "we can't\n");
    
    1;
    
  4. or download this
    Hello World!
    we can
    Can't call method "new" on an undefined value at 'Flyweight wrapper Te
    +st::Public for Test::Private' line 24.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-03-28 10:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found