Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Fun with Prototypes

by LanX (Saint)
on Jul 20, 2017 at 12:49 UTC ( [id://1195605]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    warn "DEBUG = ",DEBUG,"\n";
    
    print B::Deparse->new()->coderef2text(\&test);
    
  2. or download this
    DEBUG = 0
    {
    ...
        my(@a) = 1..3;
        1 / @a;
    }
    
  3. or download this
    Use of uninitialized value $_ in pattern match (m//) at ... line 27.
    DEBUG = 1
    ...
        my(@a) = 1..3;
        dmp /#/, @a;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found