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

CGI, IIS and pack

2006-07-20 Thread Jay Savage
I'm stumped here. I have the following lines of code. They work as expected on my workstations. They work fine in Komodo's debugger with "Emulate CGI" turned on. But when I put the script on our server--NT 4.0/IIS 4/Perl 5.00502 (I know, I know, but I don't maintain it)--CGI::Carp carps: Inval