Help for this page

Select Code to Download


  1. or download this
    my $filename = 'tested.csv';
    
    open my $FH, $filename
    ...
    my @data;
    # Read the lines one by one.
    while($line = <$FH>) {
    
  2. or download this
    Use of uninitialized value in join or string at AlterDataNew.pl line 2
    +9, <$FH> line 5.