Changeset 107
- Timestamp:
- Oct 7, 2003, 11:54:06 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/perl/src/elixir.export (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/perl/src/elixir.export
r69 r107 18 18 if ($line =~ /^\s*\#/) { next; } # skip commented lines 19 19 $Nlist = ($id, $runids, $filters, $modes, $outdir) = split (" ", $line); 20 if ($Nlist != 6) { die "ERRORin config file: $line\n"; }20 if ($Nlist != 6) { print STDERR "WARNING: error in config file: $line\n"; } 21 21 push @id, $id; 22 22 $runids{$id} = $runids; … … 45 45 46 46 system ("cp $datfile $outdir{$id}\n"); 47 if ($?) { die "ERROR: can't write $datfile to $outdir{$id}\n"; }47 if ($?) { print STDERR "WARNING: can't write $datfile to $outdir{$id}\n"; } 48 48 49 49 open (FILE, ">>$outdir/export.tbl");
Note:
See TracChangeset
for help on using the changeset viewer.
