Help for this page

Select Code to Download


  1. or download this
      print 'STDERR', "I like pie.\n";
    
  2. or download this
      grep {$x eq $_ } 'STDIN', 'STDOUT', 'STDERR'
    
  3. or download this
        sub foo {
          my ($code, $serial, $location) = @_;
          print "X", $code, "-", $serial, ": $location\n";
        }