in reply to Re: How to find code written by smart people
in thread How to find code written by smart people
Why not use File::Path?
$ ls foo ls: foo: No such file or directory $ perl -MFile::Path -e 'mkpath "foo/bar/baz"' $ ls -d foo/bar/baz foo/bar/baz/
Update: Err, forget it. It's already been pointed out.
--
David Serrano
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to find code written by smart people
by radiantmatrix (Parson) on Aug 25, 2006 at 19:46 UTC |