Re: Help on debugging

2002-03-18 Thread Johnathan Kupferer
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

RE: Help on debugging

2002-03-18 Thread Timothy Johnson
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

RE: Help on debugging

2002-03-18 Thread Advent 3B2 - CaGov Projects
> 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 >