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

Re^2: Perl File Parsing - My Code Works, but it's Ugly!

by Anonymous Monk
on Jun 01, 2015 at 10:22 UTC ( [id://1128540]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $outfolder = sprintf "REPORT_output_%d_%d_%d__%d_%d_%d",
        $year, $mon, $mday, $hour, $min, $sec;
    
  2. or download this
    $outfolder = sprintf "REPORT_output_%04d_%02d_%02d__%02d_%02d_%02d",
        $year, $mon, $mday, $hour, $min, $sec;
    
  3. or download this
    REPORT_output_2015_06_01__00_19_42
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-29 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found