- or download this
opendir(CacheDir,$Cache) || die "Couldn't open the directory $Cache: $
+!\n";
@filelist=grep { /[0-9]{5}/ } readdir(CacheDir);
...
if ($filename)
{
open(ITEM,"$Cache/$filename");
- or download this
opendir(CacheDir,$Cache) || die "Couldn't open the directory $Cache: $
+!\n";
@filelist=grep { /[0-9]{5}/ } readdir(CacheDir);
...
if ($filename)
{
open(ITEM,"$Cache/$filename");