EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: [Fwd: RE: R3.14.8 makeBaseApp.pl]
From: Ralph Lange <[email protected]>
To: [email protected]
Date: Mon, 28 Nov 2005 16:46:05 +0100
Ralph Lange wrote:

[...]

What does the perl doc on your cygwin system say on find() ?

Mine says:

aragon: ...> perldoc File::Find

File::Find(3) User Contributed Perl Documentation File::Find(3)

NAME
      File::Find - Traverse a directory tree.

SYNOPSIS
          use File::Find;
          find(\&wanted, @directories_to_search);
          sub wanted { ... }

          use File::Find;
          finddepth(\&wanted, @directories_to_search);
          sub wanted { ... }

          use File::Find;
          find({ wanted => \&process, follow => 1 }, '.');
[...]


which would make the change legal perl code.

Ralph


Replies:
RE: [Fwd: RE: R3.14.8 makeBaseApp.pl] Jeff Hill
References:
[Fwd: RE: R3.14.8 makeBaseApp.pl] Janet Anderson
Re: [Fwd: RE: R3.14.8 makeBaseApp.pl] Ralph Lange

Navigate by Date:
Prev: Re: [Fwd: RE: R3.14.8 makeBaseApp.pl] Ralph Lange
Next: RE: [Fwd: RE: R3.14.8 makeBaseApp.pl] Jeff Hill
Index: 2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: [Fwd: RE: R3.14.8 makeBaseApp.pl] Ralph Lange
Next: RE: [Fwd: RE: R3.14.8 makeBaseApp.pl] Jeff Hill
Index: 2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Feb 2012 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·