in reply to Re: Can't find module error
in thread Can't find module error
thanks#!/h/COE/Comp/Perl/bin/perl use lib `c:/h\COTS\Perl\lib`; use File::Find; find(\&wanted,'/h', '/h/COE' ); sub wanted{ #-d $_ && print "$File::Find::name\n"; }
2003-04-16 edit by ybiC: <tt> for error message, <code> for script
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Can't find module error
by cbro (Pilgrim) on Apr 16, 2003 at 12:31 UTC |