Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Perl script to list recordings



On Sat, 21 Dec 2002 14:43:35 +0100, Carsten Koch <Carsten.Koch@icem.de>
wrote:

> Emil Naepflein wrote:
> ...
> > 	File::Find::finddepth({wanted => \&wanted}, $file);
> 
> is there an option like "-follow" on the "find" shell command
> that follows symbolic links?

Please change the line

File::Find::finddepth({wanted => \&wanted}, $file);

to

File::Find::finddepth({wanted => \&wantedi, follow => 1}, $file);

Enjoy,

Emil


--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index