Ask a Question related to PERL Modules, Design and Development.
-
Gunnar Hjalmarsson #1
Re: glob and Traverse Directory
[email]weberw@adelphia.net[/email] wrote:
What did you try, and how did that fail to meet your requirements?> 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?
Please do not multipost! [url]http://lipas.uwasa.fi/~ts/http/crospost.html[/url]
--
Gunnar Hjalmarsson
Email: [url]http://www.gunnar.cc/cgi-bin/contact.pl[/url]
Gunnar Hjalmarsson Guest
-
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... -
Traverse a directory
I want to print out a listing of folders and their contents with indentation. I don't want to print folder 3. Example of output. Folder 1... -
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...



Reply With Quote

