Help for this page

Select Code to Download


  1. or download this
    sub isend {
      my $line = shift;
    ...
      }
      return 1;
    }
    
  2. or download this
    @terminators = [ [foo, bar], [baz, bletch] ];
    # an array of array refs, right?