Ante-Deluvian-Dialog
view release on metacpan or search on metacpan
lib/Ante/Deluvian/Dialog.pm view on Meta::CPAN
@txtlns = <$fi>;
}
else {
#$/ = "\0";
#while (<$fi>) {
# while (/([\040-\176\s]{4,})/g) {
# push @txtlns, $1;
# }
#}
$doFmt = FALSE;
@filstat = stat($itxt);
@txtlns = ( "$itxt", "appears to be a binary file ...", "");
foreach my $i (0 .. $#filstat) {
push @txtlns, sprintf("%-10s -> %s", $stNames[$i], $stNames[$i] =~ /time/ ? scalar localtime($filstat[$i]) : $filstat[$i]);
}
}
$fi->close();
}
if ($doFmt) {
if (!defined($text)) {
$text = join "", @txtlns;
( run in 1.034 second using v1.01-cache-2.11-cpan-49f99fa48dc )