Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: When -w and use strict aren't enough...

by fletcher_the_dog (Friar)
on Nov 04, 2003 at 18:40 UTC ( [id://304505]=note: print w/replies, xml ) Need Help??


in reply to When -w and use strict aren't enough...

Even if there wasn't AUTOLOAD and eval, perl's loose typing makes it impossible to check method names at compile time. Consider this snippet:
sub foo{ my $thing = shift; print $thing->to_xml; }
$thing could be anything, there is no way at compile time for perl to know if $thing has a "to_xml" method

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-18 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found