Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Mapping & Hash Issues

by sandeepsinghperl (Novice)
on Mar 29, 2017 at 16:21 UTC ( [id://1186396]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    "FY01","HSP","Local","Plan","Final","300","C4000","A0000","Entity","52
    +112",#Mi,1,2,3,4,5,6,7,8,9,10,11,12
    "FY01","HSP_","Local","Plan","Final","300","C4000","A0000","Entity","5
    +2122",#Mi,1,2,3,4,5,6,7,8,9,10,11,12
    
  2. or download this
    "C4000","A0000",C4800,A1900
    
  3. or download this
    "FY17","HSP_InputValue","Local","Plan","Final","10","C4800","A1900","E
    +ntity","52112",#Mi,1,2,3,4,5,6,7,8,9,10,11,12
    "FY17","HSP_InputValue","Local","Plan","Final","10","C4800","A1900","E
    +ntity","52122",#Mi,1,2,3,4,5,6,7,8,9,10,11,12
    
  4. or download this
    open (SourceFile, "$ARGV[0]");
    open (TargetFile, ">$ARGV[1]");
    ...
    }    
    close (SourceFile);
    close (TargetFile);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found