Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

'use strict', debugger, Data::Dumper

by TomDLux (Vicar)
on May 24, 2004 at 14:43 UTC ( [id://355932]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
  2. or download this
    Bareword "mysub1" not allowed while "strict subs" in use at <file, lin
    +e number>
    
  3. or download this
    use Data::Dumper;
    sub mysub2 {
        print STDERR Dumper( \@_ ), "\n";
        my @array = @_;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-25 14:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found