Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Code Critique

by TGI (Parson)
on Oct 11, 2010 at 06:44 UTC ( [id://864538]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # This program takes a list of foo data files
    # for each file it:
    #    reads the file    
    #    sanitizes the data fields
    #    converts the file to csv (name is based on foo file name)
    
  2. or download this
    # This program takes a list of foo data files
    my @foo_files = @ARGV;
    ...
    
        return;
    }
    
  3. or download this
    
    sub convert_foo_name_to_csv_name {
    ...
        return $name;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found