Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    $_ = <STDIN>;
    chomp;
    print "foo => '$_'";
    
  2. or download this
    - print $in q|some json|;
    + print $in "some json\n";