Changeset 297 for obsdata/trunk


Ignore:
Timestamp:
11/15/06 22:24:57 (18 years ago)
Author:
nanardon
Message:
  • fix: we should match $line, not $_ (my bad !)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • obsdata/trunk/ourplugins/cr_radiosondage_tvd.pl

    r287 r297  
    9696    # just search line begining by 'a' ? 
    9797    while (my $line = <$handle>) { 
    98         /^a / or next; 
     98        $line =~ /^a / or next; 
    9999        chomp($line); 
    100100        my @val = split(/\s+/, $line); 
Note: See TracChangeset for help on using the changeset viewer.