From 70a4903fbd0d09b01111e1d4ac669111fce27599 Mon Sep 17 00:00:00 2001 From: stransky Date: Sun, 10 Feb 2002 17:15:30 +0100 Subject: [PATCH] moins d'appels systme darcs-hash:20020210161530-a279a-38bdd172fc55cc492fab6f5cd84a185e93738056.gz --- analyse.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/analyse.pl b/analyse.pl index 0cec8564..d330ad63 100755 --- a/analyse.pl +++ b/analyse.pl @@ -167,9 +167,7 @@ if ($period) my $firstdate2 = strftime("Analyse depuis le %d-%m-%Y %H:%M:%S", localtime($firstdate)); print $firstdate2; print "\n"; - close (INPUT); - my $t = open (INPUT, $opt_file); seek(INPUT, -90, 2); my $lastlineX = ; my $lastline = ; @@ -238,9 +236,7 @@ if ($period) my $firstdate2 = strftime("Analyse depuis le %d-%m-%Y %H:%M:%S", localtime($firstdate)); print $firstdate2; print "\n"; - close (INPUT); - my $t = open (INPUT, $opt_file); seek(INPUT, -90, 2); my $lastlineX = ; my $lastline = ;