in reply to Re^3: while following perl hack book
in thread while following perl hack book
instead of how it's written in the book?find( sub { ##code here; }, @INC, );
find{ wanted => sub { ##### code ;}, no_chdir => 1,}, $incl_dir;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: while following perl hack book
by ysth (Canon) on Feb 04, 2008 at 20:11 UTC | |
|
Re^5: while following perl hack book
by Util (Priest) on Feb 05, 2008 at 02:45 UTC | |
by convenientstore (Pilgrim) on Feb 05, 2008 at 04:58 UTC |