Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    $names++, shift if ARGV[0] eq "-l";
    $search = shift;
    $showname = @ARGV > 1;
    ...
    
  2. or download this
    $c = do { $a = 3, $b = 6 };   # a block, $c = 6