Help for this page

Select Code to Download


  1. or download this
    print Dumper $text;
    $VAR1 = {
    ...
    };
    print $text->{'string'};
    'Unicode surrogate U+DAED is illegal in UTF-8 at line 5.
    
  2. or download this
    local $SIG{__WARN__} = sub {
              print "WARNING!\n";
    };