Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: How to ignore and retrieve certain values from text file which is to be split into multiple HTML files with tables?

by Athanasius (Archbishop)
on Apr 23, 2016 at 03:40 UTC ( [id://1161290]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Filename1 Item1 - Answer
    Filename2 Item1 - Answer
    Filename1 Item2 - Answer
    
  2. or download this
    my %files;
    $files{Filename1} = [ 'Item1 - Answer' ];
    push @{ $files{Filename1} }, 'Item2 - Answer';
    ...
    
  3. or download this
    use strict;
    use warnings;
    ...
        # ...
        close $out_fh;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 22:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found