Help for this page

Select Code to Download


  1. or download this
    my @matrix = map[ split ], <$filehandle>;
    
  2. or download this
    my @matrix;
    push @matrix, [ split ] while <$filehandle>;