Lines Matching refs:DF
28 open (DF, "gunzip -c $get_df|") || print "$get_df not found\n";30 open (DF, "$get_df") || print "$get_df not found";36 while (<DF>) {38 while (<DF>) {40 $line = <DF>;46 $line = <DF>;56 while (<DF>) {63 while (<DF>) {67 @rest = <DF>;88 close(DF);