Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Perl Scripts..search & display
Name: rakeshrazdan Date: May 24, 2005 at 08:22:08 Pacific OS: Debian Linux CPU/Ram: P4 1.6, 512
Comment:
Perl script mvname to rename a group of files.
Perl script..finds each line in a file that contains a specified string. script should print the result in the following format: Line Number: Line contents not use Grep
Summary: I need a perl script to open a file in a directory, search for a string, then print the next line after the searched string and close the file. does anyone now how 2 do this or lead me to the proper ...
Summary: Can anybody help in writing a perl script that finds each line in a file that contains a specified string. I asked not apply grep to the whole file but loop over the file line by line. The script shou...
Summary: Hi, I have a perl script that is almost complete. I just need to replace ,, with ,'',. I basically need two single quotes in place of an empty field (,,). This is for inserting rows into a database...