Help for this page

Select Code to Download


  1. or download this
    ~# echo $LANG
    C.UTF-8
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print encode_json {
        'testing' => 'some test',
    };