Help for this page

Select Code to Download


  1. or download this
    Unsuccessful stat on filename containing newline at /usr/local/share/p
    +erl/5.8.8/XML/Simple.pm line 939.
    File does not exist: 500 read failed:
    [error relating to failure of line in program reproduced in snippet be
    +low]
    
  2. or download this
    my $response = $userAgent->request($request);
    my $som=$response->{'_content'};
    #print Dumper(\$som);
    my $result = XMLin($som);  # Line where failure occurs.