- or download this
sub checkdir {
(-e $_[0] and -d $_[0]) or return 1;
...
}
...
unless (checkdir $_) {
- or download this
unless (checkdir $_) {
- or download this
if (-d $_) {
- or download this
if (-d) {
- or download this
sub printhash {
for (0...$#_) {
...
...
printhash %curmsg;
- or download this
printhash %curmsg;
- or download this
print "$_: $curmsg{$_}\n" for keys %curmsg;
- or download this
while ($curline = <FH>) {
if ($curline =~ /^Subject: /) {
...
next;
}
}