Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: converting rows into column

by shmem (Chancellor)
on Jul 18, 2010 at 15:01 UTC ( #850161=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Artist: Rock
    Title:  Fusion
    ...
    Album: Jam
    Year:  1983
    Genre: Other
    
  2. or download this
    Artist   Title  Album   Year  Genre
    ------   -----  -----   -----  -----
     Rock     bbb    hhh     2000  POP
     MelB     Hum    por     2003  other
     bon jo          Armyman 209  others
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    
           }
    
  4. or download this
    #!/usr/bin/perl -p00
    use warnings;
    ...
    @<<<<<<<<<<<<<<< @<<<<<<<<<<<<<<< @<<<<<<<<<<<<<<<< @<<<  @<<<<<<<<<<<
    +<<
    $hash{Artist},   $hash{Title},    $hash{Album},     $hash{Year}, $hash
    +{Genre}
    .
    
  5. or download this
    @hash{ qw(Artist Title Album Year Genre) }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2023-12-07 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (33 votes). Check out past polls.

    Notices?