in reply to Re: ActivePerl vs Perl on UNIX
in thread ActivePerl vs Perl on UNIX

yes yes the main problem I have dealt with is "chomp". This command works on ActivePerl but it doesn't work when I ran it under UNIX. Here's my command line: chomp $current; The following is the error msg I have epxerienced when I run it under Unix: syntax error in file readmail.pl at line 185, next 2 tokens "chomp $current" /.*?boundary=/: nested *?+ in regexp at readmail.pl line 239. can anyone interpret it for me please? many thanks in advance.

Replies are listed 'Best First'.
RE: RE: Re: ActivePerl vs Perl on UNIX
by davorg (Chancellor) on Jul 13, 2000 at 19:02 UTC

    Your Unix server has a very old version of Perl. Probably version 4.036 or something around that. Try to get it upgraded to something that isn't six years out of date!

    --
    <http://www.dave.org.uk>

    European Perl Conference - Sept 22/24 2000, ICA, London
    <http://www.yapc.org/Europe/>