Help for this page

Select Code to Download


  1. or download this
    open(OUT,">twitter-non-en.json") or die "Can't open output: $!";
    #binmode OUT, ':encoding(UTF-8)';
    print OUT encode_json($sample);
    close OUT;