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