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

Enlil's scratchpad

by Enlil (Parson)
on Jun 01, 2004 at 22:33 UTC ( [id://358729]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use Data::Dumper;
    ...
                } @things_to_sort;
    
    print Dumper \@sort
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    fooo
    Use of uninitialized value in open at ./foo.pl line 18.
    fooo
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    3
    Use of uninitialized value in open at ./foo.pl line 6.
    4
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-20 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found