Help for this page

Select Code to Download


  1. or download this
    use JSON::XS;
    my $data = [qw( qweqwe rtyr tyr \'asdasd fghfghfgh)];
    my $json = encode_json $data; 
    # to file...
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    qweqwe rtyr tyr \'asdasd fghfghfgh
    
    ...