Help for this page

Select Code to Download


  1. or download this
    Here     Be Many    Columns
    -------- ---------- ---------
    
  2. or download this
    my @space_loc;
    while ($line =~ / /g) {
      push @space_loc, pos($line);
    }