Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Balancing Coding Time And Code Quality

by Limbic~Region (Chancellor)
on Dec 03, 2003 at 23:47 UTC ( [id://312051]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # find / > /tmp/`hostname`
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        getopts( 'hm:s:o:' , \%opt ) or die $Usage;
        die $Usage if $opt{h} || ! $opt{m} || ! $opt{s} || ! $opt{o};
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://312051]
Approved by chromatic
Front-paged by chromatic
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found