Help for this page

Select Code to Download


  1. or download this
    JSON::XS->new->utf8->max_depth(100);
    
  2. or download this
    #!perl -w
    use strict;
    ...
    
    __END__
    json text or perl structure exceeds maximum nesting level (max_depth s
    +et too low?) at tmp.pl line 13.