James Parsons wrote:
Hi all
I've this Perl script to read all files in a directory and if it finds a
file with a certain then rename the file to header, but is doesn't search
the right directory and doesn't even look for the HPAY header.
Ops forgot to include the script.
#!/usr/bin/perl -w
> Hi all
>
> I've this Perl script to read all files in a directory and
> if it finds a file with a certain then rename the file to
> header, but is doesn't search the right directory and doesn't
> even look for the HPAY header.
>
What format are these "headers" in in the file?
Assuming t
Hi all
I've this Perl script to read all files in a directory and if it finds a
file with a certain then rename the file to header, but is doesn't search
the right directory and doesn't even look for the HPAY header.
Ops forgot to include the script.
#!/usr/bin/perl -w
use strict;
my $dir