Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

davis's scratchpad

by davis (Vicar)
on Jun 01, 2004 at 15:33 UTC ( [id://358132]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print Dumper(\%groups);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    $dbh->disconnect();
    exit;
    
  3. or download this
    system("true") == 0
        and print "true succeeded\n"
    ...
    system("false") == 0
        and print "false succeeded\n"
        or warn "false didn't succeed\n";
    
  4. or download this
    use warnings;
    use strict;
    ...
            }
    });
    

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 having a coffee break in the Monastery: (4)
As of 2024-04-25 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found