require "filename_helper.pl";
-#require "importenv.pl";
-#require "inc_num.pl";
-
local($first) = $ARGV[0];
local($second) = $ARGV[1];
# version of the License. Please send any updates to "fred@gruntose.com". #
###############################################################################
-require "importenv.pl";
+use Env qw(OS);
############################################################################
###############################################################################
require "filename_helper.pl";
-require "importenv.pl";
# call the primary subroutine to rename the files specified.
###############################################################################
require Cwd;
-require "ctime.pl";
require "filename_helper.pl";
require "inc_num.pl";
-require "importenv.pl";
require "zap_the_dir.pl";
+use Env qw(TMP OS);
+
#hmmm: need a usage statement.
if ($#ARGV < 0) {
print "Trashed [@deleted].\n";
open(REPORT, ">>$TMP/zz_safedel.rpt");
- local($printable_date) = &ctime(time);
+ local($printable_date) = scalar(localtime());
+#&ctime(time);
$printable_date =~ s/\n//g;
print REPORT $printable_date . " -- safedel: \"temp" . $number . ".zip\" <= [@deleted]\n";
close(REPORT);
###############################################################################
require "filename_helper.pl";
-require "importenv.pl";
+
+use Env qw(TMP);
local($chewed_line) = "";
local(@arg_list);
###############################################################################
require "filename_helper.pl";
-require "importenv.pl";
sub interrupt_handler {
# skip doing any deletions.
###############################################################################
require "filename_helper.pl";
-require "importenv.pl";
############################################################################
# version of the License. Please send any updates to "fred@gruntose.com". #
###############################################################################
-require "importenv.pl";
+use Env qw(OS);
$run_dir = ".";
if ($#ARGV >= 0) {