in reply to RE: my first try
in thread my first try

What version of Perl are you running on your Win32 machine? From a quick glance, the code uses some features ("EXPR foreach" and qr) that were added in, I think, Perl 5.005. If you're using an older version, you'll get syntax errors.

Replies are listed 'Best First'.
RE: RE: RE: my first try
by BBQ (Curate) on May 02, 2000 at 08:33 UTC
    hummm... That's odd. This is what I've got:
    Orders, Sir? perl -v This is perl, version 5.005_03 built for MSWin32-x86-object (with 1 registered patch, see perl -V for more detail) Copyright 1987-1999, Larry Wall Binary build 522 provided by ActiveState Tool Corp. http://www.ActiveS +tate.com Built 09:52:28 Nov 2 1999 [snip]