[Perl-unix-users] how many param's are there?

2005-04-26 Thread msanc010
hi this has always worked for me $foo = param('thefieldnameinthehtml'); so i go on a new hosting service and install my proven scripts. scripts hang. trace it to ... that line stops working - script hangs - no 500 error - just hangs ... i trace the problem to that line... the "tech support" tel

RE: [Perl-unix-users] XML::Simple - no element found at line 1, column 0, byte -1 at .......5.8.6/sun4-solaris/XML/Parser.pm line 186

2005-04-26 Thread Thomas, Mark - BLS CTR
Just a hunch... Try removing the space before the -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Martin Moss > Sent: Tuesday, April 26, 2005 10:05 AM > To: Martin Moss; perl-unix-users@listserv.ActiveState.com > Subject: Re: [Perl-unix-users] XML:

Re: [Perl-unix-users] XML::Simple - no element found at line 1, column 0, byte -1 at .......5.8.6/sun4-solaris/XML/Parser.pm line 186

2005-04-26 Thread Martin Moss
I've tried this with the latest version of XML::Simple and still the same error.. --- Martin Moss <[EMAIL PROTECTED]> wrote: > All, > > Since an upgrade of perl, some legacy code which > uses > XML::Simple has broken. > > This replicates the problem... > > my $xml=' ?>'; > my $contents = eva

[Perl-unix-users] XML::Simple - no element found at line 1, column 0, byte -1 at .......5.8.6/sun4-solaris/XML/Parser.pm line 186

2005-04-26 Thread Martin Moss
All, Since an upgrade of perl, some legacy code which uses XML::Simple has broken. This replicates the problem... my $xml=' '; my $contents = eval {XMLin($xml)}; $xml is not utf8 encoded (Checked with Encode::is_utf8) and when I run I get this error:- no element found at line 1, column 0, by