From: Ashley M. K. <as...@pc...> - 2002-09-10 16:56:43
|
Hans Lehtinen wrote: > - - - - - - - - - - - - - - - - > > Software error: > > Can't use string ("1") as a subroutine ref while "strict refs" in use at > /usr/lib/perl5/5.6.0/File/Find.pm line 593. > For help, please send mail to the webmaster, giving this error message and > the time and date of the error. > > - - - - - - - - - - - - - - - - This is an IDS error that I have fixed locally, but not released a tarball yet. I really need to turn CVS on. In index.cgi, search and find: find ({wanted => &searchForFiles, follow_fast=>1}, "./albums/"); And change it to: find ({wanted => \&searchForFiles, follow_fast=>1}, "./albums/"); -- H | "Life is the art of drawing without an eraser." - John Gardner +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |