Help for this page

Select Code to Download


  1. or download this
    { # limit scope
        my @o;
    ...
            print " ";
        }
    }
    
  2. or download this
    sub foo {
        my $window = "a b X20 c X5 d e X17 X12";
    ...
        print "Offsets: @o";
        print " ";
    }