> Hi
Howdy

> 
> I have a perl script that takes images coming from a camera 
> /home/httpd/htdocs/image.jpg and renames them the date and 
> time of images to 
> /home/me/images/2003_7_3_20_11_23.jpg.
> 
> I would like to store file paths in the database of the 
use Files::Slurp;
@files = read_dir('/home/me/images');

DATABASE - 
use DBI;

> images, (images 
> header to include image_name, image_size and image_date) in 

http://search.cpan.org
ImageMagick
Gimp
GD
Etc...

> order for a web 
> user to be able to make a query which will display the image 
> header and the 
> image on the net.
> 
> Ideally i would like some kind of a user interface that a 
> user can search 
use CGI;
use DBI;

> between two times for images taken by camera (images are only 
> taken by 
> camera when movement happens), and then display the image 
> with the name, 
> size and the date.
> 
> I would really appreciate any help.
> 
> Regards,
> Mel
> 
> _________________________________________________________________
> Express yourself with cool emoticons http://messenger.msn.co.uk
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to