Help for this page

Select Code to Download


  1. or download this
    #!perl/bin/perl
    
    ...
    STAY
    <STDIN>;
    print "GOOD DAY\n";
    
  2. or download this
    $foo = 1; $foo ? \& { print "foo"} : \& { print "bar"};