Help for this page

Select Code to Download


  1. or download this
    my @words = split(/\s/,$file[3]);
    
  2. or download this
    my $word = substr($file[3], 6, 3);
    # The third argument to substr is the length of the string