Help for this page

Select Code to Download


  1. or download this
    ($a,$b)=split(/\s/,$test1,2);
    print "b=$b\n";
    
  2. or download this
    use strict;
    
    ...
    close I;
    
    print "found: <<$found>>\n";