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

Re: Compile Time Checking of Subroutine Calls is Possible After All

by bikeNomad (Priest)
on Jul 12, 2001 at 06:11 UTC ( [id://95905]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $flag = shift;
    sub hello { return "hello by reference\n" }
    print xello() if $flag;
    
  2. or download this
    $ perl -MO=Lint,all blint.pl
    Undefined subroutine xello called at blint.pl line 4
    blint.pl syntax OK
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-23 07:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found