Ask a Question related to PERL Modules, Design and Development.
-
weberw@adelphia.net #1
Glob and Traversing Directory
In Perl , When I am traversing through a directory of files and I want
to create an html link when the file extension is .html how would you
do this?
weberw@adelphia.net Guest
-
glob and Traverse Directory
weberw@adelphia.net wrote: What did you try, and how did that fail to meet your requirements? Please do not multipost!... -
XML traversing
Hope somebody can straighten me up here, cause I don't know what's wrong. I need to travers through an XML document and add each node til a Tree... -
Glob and space in directory name
Why does the following work (eg, give me an array filled with matching file names): @filelist = glob("w:/stleg/Colorado/House_98/*.htm"); And... -
How do I glob with escaped spaces in a directory
When I use: my @foo = glob "/foo/bar baz/*"; or my @foo = glob "/foo/bar\ baz/*"; Glob doesn't return the files in those directories, @foo... -
variable file glob into grep without glob()
Hope I don't get shot for posting again, but I really need help with this ... I want to process lots (thousands) of files. I want to take a file... -
Dr.Ruud #2
Re: Glob and Traversing Directory
[email]weberw@adelphia.net[/email] schreef:
Certainly not by multi-posting.> In Perl , When I am traversing through a directory of files and I want
> to create an html link when the file extension is .html how would you
> do this?
--
Affijn, Ruud
"Gewoon is een tijger."
Dr.Ruud Guest



Reply With Quote

