Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    }
    
    term, etc.
    
  2. or download this
    my @array = map{ "term$_" } split 'term', do{ local $/; <DATA> };