hey,
On Wed, May 27, 2009 at 10:30:37AM -0500, Kirk Wythers wrote:
> [...]
>
> I want to read in the lines that begin with the date format, but skip
> all the header stuff. Can anyone suggest a strategy for a, "if the line
> begins with , go ahead and read".
>
> Thanks in advance.
like thi
On Fri, May 22, 2009 at 04:21:56PM +0800, Jeff Pang wrote:
> s...@z107.de:
>> hi,
>>
>> On Fri, May 22, 2009 at 03:52:59AM -0400, Sarsamkar, Paryushan wrote:
>>> I have a URL, which displays different content at different time. Now I
>>> want to save the page as html page to a particular location.
hi,
On Fri, May 22, 2009 at 03:52:59AM -0400, Sarsamkar, Paryushan wrote:
> I have a URL, which displays different content at different time. Now I
> want to save the page as html page to a particular location. How can I
> do that using perl?
use LWP::UserAgent;
my $ua = LWP::UserAgent->new;
my