in reply to How to read a file containing filenames and pass as input to perl script?
#!/usr/bin/perl use warnings; use strict; use Text::CSV_XS; use XML::Twig; my $twig = 'XML::Twig'->new(...); my $csv = 'Text::CSV_XS'->new(...); my $listfile = shift; open my $list, '<', $listfile or die $!; while (my $xmlfile = <$list>) { chomp $xmlfile; $twig->parsefile($xmlfile); ... }
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to read a file containing filenames and pass as input to perl script?
by Kal87 (Novice) on Apr 20, 2018 at 12:34 UTC | |
by choroba (Cardinal) on Apr 20, 2018 at 12:59 UTC | |
by Kal87 (Novice) on Apr 23, 2018 at 14:20 UTC | |
by hippo (Archbishop) on Apr 23, 2018 at 14:47 UTC | |
by poj (Abbot) on Apr 23, 2018 at 15:20 UTC | |
by Kal87 (Novice) on Apr 23, 2018 at 15:53 UTC |