Ok, so I've got an odd problem.  Program compiles and runs just fine
on my machine with 5.8, upload it to the ISP's machine (BSD
with 5.005.03) and I get a compile error. It's a huge PITA to get
the error, since I don't have shell access, but the admins ran perl -c
on it and sent me this:

quasar# perl -c /cgi-bin/meeting.pl
Can't declare subtraction in my at /www/l/legalsec/cgi-bin/meeting.pl line 413,
near "1;"


  my @name =  $oldq->param('name');
  my $max = scalar @name;               # line 413
  $max--;

Same version of CGI installed (2.93) at home and on their machine.  Am
I missing something stupid here?


-- 
mike

Reply via email to