mailing images from a url

2007-02-06 Thread Matt Herzog
Hi All. We have three managers each of whom have several corporate client accounts each. Each corp account has an instance of our web app running on a server hosted by us. We have cricket (cricket.sourceforge.net) running on another server. Cricket is monitoring the overall level of activity on

MIME::Lite

2007-02-20 Thread Matt Herzog
Hi All. I need some help with the below. The script works fine except that for most recipients or mailers/clients the strings of text so not alternate with the image files. In their mailers they see: Number of users logged-in for kaplanfinancial: Number of users logged-in for brun

$.:

2007-02-26 Thread Matt Herzog
What does $.: mean? -- Ubuntu eh? I'm not really into Pokemon. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

parse for two regexes

2007-03-13 Thread Matt Herzog
Hi All. I'm trying to either strip everything outside the tags or match everything inside them for three nearly identical web pages. I need the content of the pages minus header/footer. Ultimately I need to glue them all together into one valid html doc but that's for later. In general, should

File::Find

2007-03-22 Thread Matt Herzog
Hey all. I'm trying to write a script that will append a few chars (example _fr) to the end of the "prefix" filename. All the filenames I need to change end with .properties. I need to have this script descend into all subdirs of the dir specified at the command line. I can't seem to understand h

File::Find again

2007-03-23 Thread Matt Herzog
Hello All. I can see why people hate this module but I can't seem to let go. I point this script at a deep dir structure that has java .properties files sprinkled throughout it. Right now when I have my regex "hard coded" in the file, (.properties$) the search works fine. I need to be able to use

Re: File::Find again

2007-03-25 Thread Matt Herzog
On Fri, Mar 23, 2007 at 03:09:31PM -0700, Wagner, David --- Senior Programmer Analyst --- WGO wrote: > > -Original Message- > > From: Matt Herzog [mailto:[EMAIL PROTECTED] > > Sent: Friday, March 23, 2007 15:00 > > To: Begin Perl > > Subject: File: