Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Perl 5's greatest limitation is...?

by TilRMan (Friar)
on Jul 28, 2005 at 08:41 UTC ( [id://478880]=note: print w/replies, xml ) Need Help??


in reply to Perl 5's greatest limitation is...?

That
#!/usr/bin/perl -w use strict; this();
is a runtime error, not a compile-time error (Update: nor a compile-time warning).

Replies are listed 'Best First'.
Re^2: Perl 5's greatest limitation is...?
by Joost (Canon) on Aug 03, 2005 at 14:50 UTC
    And that's a problem that's impossible to solve in any perl program that uses eval STRING, AUTOLOAD, objects, require, do, symbolic references, typeglobs and probably more constructs that make perl such a nice and flexible language.

    If you're really worried about missing a subroutine, you are going to need some good tests, because there are loads of problems just like it that can't ever be detected at compile-time.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-18 15:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found