- or download this
sub match_new_rpms() {
# Iterate through a listing of updated RPM
...
$fn =~ (s/\.noarch\.rpm//g);
$fn =~ (s/\.athlon\.rpm//g);
return $fn;
- or download this
#! /usr/bin/perl -w
...
for (my $i=0; $i < $count; $i++) {
print "\t\@array[$i] = $array[$i]\n";
}
- or download this
#! /usr/bin/perl
...
system(@args);
}
}
- or download this
#! /usr/bin/perl -w
...
}
return %records;
}
- or download this
#! /usr/bin/perl
...
close(SENDMAIL) or warn "Oops, sendmail did not close nicely";
}