I don't quite know where to begin... Was the AIX box running ancient
version of perl? I'm not surprised this won't compile. There's already
been one response, so I'll try to stick to what hasn't been said,
implementing the changes mentioned in the previous mail.
> # !/usr/bin/perl
>
> # !Mo
There's definitely something missing here. It looks like that line should
be shelled out using system() or backticks ``. Without them, Perl will
think you're trying to do a match on /usr/, which is why it stops at
netscape. I have no idea how this could have worked before.
-Original Mess
> Any ideas??
> =
> # !/usr/bin/
This should be #!/usr/bin/perl (no space between # and !, complete path
to perl on your machine)
> # !Monthly Access log reporting!
>
> chdir "/usr/netscape/server4/bin/https/lib" or die "Can't cd to
>