Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -P
    #define FOO bar
    print "FOO\n";
    print qq(FOO\n);
    
  2. or download this
    FOO
    bar