changeset 187 | 2854ff67dd37 |
parent 124 | 71122b8e1c7b |
child 250 | 75af1c9cfd87 |
186:f31749863421 | 187:2854ff67dd37 |
---|---|
19 main(); |
19 main(); |
20 |
20 |
21 sub main() |
21 sub main() |
22 { |
22 { |
23 my $csvfile = shift @ARGV; |
23 my $csvfile = shift @ARGV; |
24 my $filelist = shift @ARGV; |
|
25 |
24 |
26 if(! -e $csvfile) |
25 if(! -e $csvfile) |
27 { |
26 { |
28 die "cannot find $csvfile\n"; |
27 die "cannot find $csvfile\n"; |
29 } |
28 } |