in reply to Re^5: Epoch time conversion script
in thread Epoch time conversion script
Hi lidden I used the while loop you provided and I'm getting this error
[root@H99A115 03]# ./convert ./convert: line 4: syntax error near unexpected token `{' ./convert: line 4: `while(my $line = $in){'
I removed the <> tags from <$in> and still the same error this is my input and output file:
open my $in, '<', 'q22adm_history' or die "Bummer: $!"; open my $out, '>', 'q22adm' or die "What: $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Epoch time conversion script
by Anonymous Monk on Apr 05, 2012 at 07:05 UTC | |
by hedkandi (Initiate) on Apr 06, 2012 at 03:32 UTC | |
by Anonymous Monk on Apr 06, 2012 at 04:01 UTC |