in reply to Re^6: Sorting text files.
in thread Sorting text files.
I have file names FILE1 and FILE2 I also tried with __FILE1__ as read here (http://search.cpan.org/~ambs/Inline-Files-0.69/lib/Inline/Files.pm)
xbmc@bloris:~/vdrchan$ perl sort2.pl
These are warnings obviously, but I get no output+ Name "main::FILE1" used only once: possible typo at sort2.pl line 9. + + Name "main::FILE2" used only once: possible typo at sort2.pl line 7. + + readline() on unopened filehandle FILE2 at sort2.pl line 7. + + readline() on unopened filehandle FILE1 at sort2.pl line 9.
xbmc@bloris:~/vdrchan/test$ perl + + use Inline::Files; + + Could not vf_load '/home/xbmc/vdrchan/test/-' at /usr/local/share/perl +/5.18.2/Inline/Files.pm line 39. + BEGIN failed--compilation aborted at - line 1. + + xbmc@bloris:~/vdrchan/test$
cpan[1]> install Inline::Files + + Reading '/home/xbmc/.cpan/Metadata' + + Database was generated on Fri, 06 Nov 2015 19:17:02 GMT + + Inline::Files is up to date (0.69). + + + + cpan[2]>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Sorting text files.
by Anonymous Monk on Nov 07, 2015 at 14:53 UTC | |
by Saner (Novice) on Nov 07, 2015 at 15:06 UTC |