> I wish it was that easy, I could have a script ftp and grab
> them. Our company is very funny and does not work well
> between the different depts, so getting ftp access to a
> directory on another computer on the other side of the world
> won't happen. How hard is it to do what I stated in m
Allan wrote:
> I wish it was that easy, I could have a script ftp and grab them. Our
> company is very funny and does not work well between the different depts, so
> getting ftp access to a directory on another computer on the other side of
> the world won't happen. How hard is it to do what I sta
ginal
post?
Thank you
Allan
-Original Message-
From: $Bill Luebkert [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 06, 2004 1:48 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Extracting Images Question
[EMAIL PROTECTED] wrote:
> I know there has to be an easy Perl w
[EMAIL PROTECTED] wrote:
> I know there has to be an easy Perl way to do this. Our HR
> dept. scans in thousands of documents and has them up on a
> intranet site with thumbnail views. Then another department
> clicks on the thumbnail to get the large version of that
> doc to save to their desktop
check out saime or mechanize. Both have the ability to follow links in a page and
then return to the original window. How well they work depends upon how the web page
is constructed.
Mike
On Fri, Nov 05, 2004 at 10:36:27PM -0500, [EMAIL PROTECTED] wrote:
> I know there has to be an easy Perl