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 Wanet Telecoms Ltd 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: *

  1. falazar

    Strings

    One step easier yes.... i'm sure there's an easier way to do this, but... This will work fine, the !~ or not match .. is what you are looking for... Jams @file = <FILE>; $i = 0; while (@file$i) { if(@file[$i] !~ /bill/gi) { @file[$i] = &quot;billy_boy&quot;; } } Falazar@yahoo.com
  2. falazar

    Help with html/cgi file editor!!! please

    Hello, I have a simple program that uses perl and file read/write abilities using an html form textarea to make it a basic notepad to edit html files in. One problem though, anytime I edit a .cgi file, the program will no longer work. It matters not if I change anything or not, so I am not...

Part and Inventory Search

Back
Top