|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
A Better Guten Splitby hacker (Priest) |
| on Dec 01, 2009 at 00:11 UTC ( #810289=perlquestion: print w/ replies, xml ) | Need Help?? |
|
hacker has asked for the
wisdom of the Perl Monks concerning the following question:
I'll keep it simple: I'm trying to write a quick and dirty parser of some Project Gutenberg etexts, and ran into a puzzle. Each of the etexts is stored in a split directory structure that models the name of the etext. For example, the HTML version of etext 12345 exists in /1/2/3/4/12345/12345-h/12345-h.htm. Here's what I have to split that out, when given just the 12345 as the argument to my parser:
I'm trying to find a cleaner way to do this. Any ideas or suggestions?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||