Also using File::Find did not work out$file="stra.e\.txt"; $member = $zip->addFile("$file");
find(\&wanted, "c:/test"); sub wanted { $file=$File::Find::name; if (/stra.e\.txt/){ $file=$_; } }
In reply to Re: Re: Archive::Zip and german charset
by Anonymous Monk
in thread Archive::Zip and german charset
by walto
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |