Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Detect undefined subroutines

by ihb (Deacon)
on Sep 18, 2004 at 20:57 UTC ( [id://392047]=note: print w/replies, xml ) Need Help??


in reply to Re: Detect undefined subroutines
in thread Detect undefined subroutines

That doesn't always work due to indirect object syntax. Here's an example of when lack of parenthesis doesn't help, and the call instead gets interpreted as a method call rather than a function call.

$ perl -Mstrict -cwe 'my $bar; foo $bar;' -e syntax OK

ihb

Read argumentation in its context!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-03-28 13:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found