![]() Preserved Topic: What, you think files grow on Directory Trees? (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
![]() ok, I've got a bunch of file strewn across a directory and several subdirectories and I want to use Perl (not CGI- offline stuff) to locate each file and run some regexp's on the contents of each file. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Just did this actually code: #!/path/to/perl -w
|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
![]() Ha! look what I did... now to do something useful.. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() This is what I just did. I needed to wrap up a large chunk of a website and redo all the paths to one's relative to a new server code: #!/usr/bin/perl -w
|
Bipolar (III) Inmate From: Michigan |
![]() omg bit... comments?... you should DIE now! hehehe ;-) |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Oh I commented it for Petskull |