Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Column Heading and Split Function

by McA (Priest)
on Mar 28, 2013 at 17:46 UTC ( [id://1026009]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Column Heading and Split Function
in thread Title of Column and Split Function

One more reduction and we have to put this node into Obfuscation... ;-)

But while thinking it's interesting it deserves a ++

McA

  • Comment on Re^3: Column Heading and Split Function

Replies are listed 'Best First'.
Re^4: Column Heading and Split Function
by hdb (Monsignor) on Mar 28, 2013 at 18:52 UTC
    <DATA>; # remove header line $/=undef; # instead of File::Slurp my %rates = split /\s+/, <DATA>; print map { "$_ $rates{$_}\n" } keys %rates; __DATA__ Patient Heart Rates Molly 70 Glenn 69
      $. > 1 and say join ' ', split while <DATA>;
        holy moly... ;-) (yes, yes, also a ++)
        <>; say <>;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-24 05:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found