Quantcast

remove test perl file

Erik L. Vonderscheer [04-27-09 - 20:21]
remove test perl file
Filename
test.pl
diff --git a/test.pl b/test.pl
deleted file mode 100644
index e58b765..0000000
--- a/test.pl
+++ /dev/null
@@ -1,26 +0,0 @@
-$req = Win32::GetCwd();
-opendir(DIR ,"$req") or die "cannot open $req";
-$outfile = "list.txt";
-open OUT, ">$outfile" or die "Cannot open $outfile";
-
-while (defined($doc = readdir(DIR)))
-{
-  if($doc eq "\." || $doc eq "\..")
- {
-                #do nothing;
- }
-  else
-  {
-    if ($doc =~/\.JPG/)
-    {
-      print OUT "$doc,$ARGV[0],$ARGV[1]\n";
-
-    }
-    else
-   {
-
-    #do nothing;
-
-   }
- }
-}
\ No newline at end of file