if you don't have access to your error logs and XMLin() seems to be where it's dieing, maybe try something like:
print $q->header(); my $xml; eval { $xml = XMLin("$name.xml", searchpath => ['users']); }; if($@) { print "the error was: <pre>$@</pre>"; } else { print "no error was generated."; }
In reply to Re: Re: Re: XML::Simple and use lib
by thraxil
in thread XML::Simple and use lib
by BioHazard
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |