Help for this page

Select Code to Download


  1. or download this
    {
      "error":{
        "type":"ServiceException",
    ...
        "message":"(#108) No results founds"
      }
    }
    
  2. or download this
    my $test = eval q|{
      "error":{
        "type":"ServiceException",
    ...
    
    use Data::Dumper;
    print Dumper($test);