- kel -open( FH, "filename" ) || die "no way man\n"; while ( <FH> ) { if ( $done{$_} ne "" ) { $dup++; } else { $done{$_} = 1; push( @dups, $_ ); } }
In reply to Re: File Checking
by dsb
in thread File Checking
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |