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
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
""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
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