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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by binaryechoes

  1. binaryechoes

    Monitor web site for software updates.

    In regards to Tie::File... here's my problem. It doesn't insert the text from $URL into the html file ($temp). Here's my code from that uses Tie::File. for (@lines) { if (/<A HREF="/) { $_ .= $URL; last; } } Any help is greatly appreciated. Thanks!!!
  2. binaryechoes

    Monitor web site for software updates.

    Thanks rharsh !. One freakin character away... So....here's what I came up with. Problem now is I can't get LWP::Simple to retain the "full" URL to be sent to the output. It links to /RSNSNS_24.22.php instead of http://www.iss.net/db_data/xpu/RSNSNS_24.22.php. Anyone have any suggestions as to...
  3. binaryechoes

    Monitor web site for software updates.

    Hey All, Here's the site that I'm trying to monitor. http://www.iss.net/db_data/xpu/RSNS.php I tried using the following shell script but "diff" doesn't play nicely with the bit changes that the includes and php scripts output. #!/bin/bash SAVE=/var/spool/iss/archive TEMP=/tmp/RSNS.php.$$...
  4. binaryechoes

    File Monitor -&gt; Email

    Dilemma: I need to receive notification via email when updates occur in regards to ISS sensors. They are posted here. http://www.iss.net/db_data/xpu/RSNS.php I'm using wget to retrieve the file for local analysis. wget -E -N -k http://www.iss.net/db_data/xpu/RSNS.php I experimented with...

Part and Inventory Search

Back
Top