Help for this page

Select Code to Download


  1. or download this
    /usr/bin/perl $@
    cat $1
    
  2. or download this
    package foo;
    use Filter::Simple;
    ...
      $_ .= "\n;print qq{\n===SOURCE CODE===\n$_};";
    };
    1;
    
  3. or download this
    use foo;
    use strict;
    use warnings;
    print "hello world";