- or download this
while (<MAINDB>) {
find(\&wanted(\*C_LOG, \*R_LOG), $_);
}
- or download this
Not a CODE reference at C:/Perl/lib/File/Find.pm
line 432, <MAINDB> line 1.
- or download this
sub wanted {
my $clog_filehandle = shift;
...
$clog_filehandle,
$rlog_filehandle) if (-f $f);
}