On Thu, Sep 01, 2005 at 12:07:59PM -0500, David Nicol wrote:

> Does this mean that we have to implement perl4 compatability?
> 
> perl5 -e 'no 5; print "[EMAIL PROTECTED]"'

It's not valid perl 4:

$ perl4 -e 'no 5; print "[EMAIL PROTECTED]"' 
syntax error in file /tmp/perl-em47tij at line 1, next 2 tokens "no 5"
Execution of /tmp/perl-em47tij aborted due to compilation errors.

So I think not.

(if anyone wants to compile perl4 on FreeBSD, tell Configure that libc is
/usr/lib/libc.a, rather than .so
After that you'll need to edit a couple of things, but they'll be obvious)

Nicholas Clark
  • Re: no 6; Nicholas Clark

Reply via email to