Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $freeStuff = CGI->escape( $stuff );
    
  2. or download this
    use JSON;
    my $freeStuff = JSON->new->ascii(1)->pretty(1)->encode([ $stuff ]);