Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: newtoperl
  • Content: Threads
  • Order by date
  1. newtoperl

    Deleting Lines from a file

    The question is. I have a file. I search it for a string. I want to delete the line with the string as well as the lines following it until a get to another set string. Example: I am searching for "Sun". I want to delete the line with "Sun" and everything following it...
  2. newtoperl

    error handling

    Hi all, In ksh, there is a "trap" command which can trap returning value from each shell scripts and invoke an error handling routine when return value != 0. For Example : trap `error_routine`..... test1.sh test2.sh Is there anything serving the same function in Perl? so that I...
  3. newtoperl

    Checking web page links

    I have a web page with about 25 links to www and local web links on my server. Is there a way in Perl to check the page links and make sure all of them are okay and give me a warning messages about the ones that are not working?? This is on an NT server.

Part and Inventory Search

Back
Top