auto_unrar_perl_version
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
auto_unrar_perl_version [2009/09/20 04:07] – created jt | auto_unrar_perl_version [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The bash version had limitiatons, | ||
- | <code perl> | ||
- | # | ||
- | use strict; | ||
- | use File:: | ||
- | use File::Find; | ||
- | ##Jason Thomas | ||
- | ##20090920 | ||
- | |||
- | ### need to implement directory and rar file hash table | ||
- | |||
- | |||
- | use vars qw/*name *dir *prune/; | ||
- | *name = *File:: | ||
- | *dir = *File:: | ||
- | *prune | ||
- | |||
- | my $rarCmd = "rar -o+ -idp e"; | ||
- | my $rarSwitch = "-o+ -idp e"; | ||
- | my $imagesDir = "/ | ||
- | my @rarFileList; | ||
- | |||
- | |||
- | ## | ||
- | find(\& | ||
- | extractRar(); | ||
- | ##print @rarFileList; | ||
- | exit; | ||
- | |||
- | |||
- | |||
- | sub wanted { | ||
- | my ($dev, | ||
- | |||
- | if (/ | ||
- | push (@rarFileList, | ||
- | } | ||
- | |||
- | } | ||
- | |||
- | sub extractRar{ | ||
- | |||
- | foreach (@rarFileList){ | ||
- | |||
- | chdir $_; | ||
- | |||
- | if (! -e " | ||
- | |||
- | if (-e glob " | ||
- | |||
- | system (" | ||
- | touch (' | ||
- | } | ||
- | elsif(-e glob " | ||
- | |||
- | system (" | ||
- | touch (' | ||
- | } | ||
- | else{ | ||
- | touch (' | ||
- | ##print " | ||
- | |||
- | } | ||
- | } | ||
- | } | ||
- | |||
- | } | ||
- | |||
- | #sub extractRar2{ | ||
- | # | ||
- | # foreach (@rarFileList){ | ||
- | # my $rarArchive = new Archive:: | ||
- | # print $_; | ||
- | # | ||
- | # -archive => $_, | ||
- | # -quiet | ||
- | # ) | ||
- | # } | ||
- | # | ||
- | # | ||
- | #} | ||
- | </ |
auto_unrar_perl_version.1253419629.txt.gz · Last modified: 2020/08/10 02:28 (external edit)