Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Code Critique

by TomDLux (Vicar)
on Oct 05, 2010 at 17:44 UTC ( [id://863645]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Read patient records from file, one by one
    # parse the data
    # output summary
    
  2. or download this
    my $options = parse_cmd_args();
    my $patient_file = open_patient_file( $options );
    ...
        my $record_hash = parse_record( @record_lines );
        output_results( $result_file, $record_hash );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found