> Hi,

Howdy again, still working on this huh?

> 
> I have a script named renamer.pl that takes images from a 
> directory and 
> renames images and stores image meta information in a mysql. 
> i also have a 
> script that sends an email notification when excecuted to a 
> desired email 
> address.
> 
> is there away that i could combine the 2 scripts together, so 
> when the meta 
> information are inserted into MySQL, an email is sent to me.

Sure.

#!/usr/bin/perl

...code that inserts into mysql ...

...code that sends mail ...


Ta Da! One script

DMuey

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to