Re: Re: CGI, IIS and pack

2006-07-23 Thread Jay Savage
On 7/20/06, Tom Phoenix <[EMAIL PROTECTED]> wrote: On 7/20/06, Jay Savage <[EMAIL PROTECTED]> wrote: > Perl 5.00502 > Invalid type in pack: '(' at >my $classpack = "N2 A128 N2 A64 A64 (N3 A)15"; I don't think parentheses were supported in pack() formats until a more recent version of

Re: CGI, IIS and pack

2006-07-20 Thread Tom Phoenix
On 7/20/06, Jay Savage <[EMAIL PROTECTED]> wrote: Perl 5.00502 Invalid type in pack: '(' at my $classpack = "N2 A128 N2 A64 A64 (N3 A)15"; I don't think parentheses were supported in pack() formats until a more recent version of Perl; check your documentation to be sure. Hope this

Re: CGI, IIS and pack

2006-07-20 Thread Todd W
""Jay Savage"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can anyone point me to where I've gone wrong? Or is this a server > quirk, which we seem to have plenty of (for instance, "-w" works fine > in the shebang, but "use warnings" can't find warnings.pm)? That means it is