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!!!
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...
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.$$...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.