> Hi Dan

Howdy, please post Perl questions to the list so we can all enjoy.

> 
> I have this script that is not working as it should be. this 
> is what it is 
> supposed to be doing, take images from a directory (images 
> are coming from 
> camera) and renames them with the date and time of image. 
> then insert some 
> meta information into MySQL. what the script is supposed to 
> be doing is to 
> always keep looking and whenever it finds images to perform 
> the change and 
> insert. the output is as follow: it only does the process once.
> 
> i would appreciate any help.
> 
> cheers,
> Mel
> 
> 
> -----------
> renaming /home/httpd/htdocs/image.jpg to 
> /home/me/images/2003_03_24_18_14_12.jpg
> adding /home/me/images/2003_03_24_18_14_12.jpg to database 
> [EMAIL PROTECTED] cgi-bin]# size is 196378 modified is 
> 20030324181412 filename is 2003_03_24_18_14_12.jpg Use of 
> uninitialized value in concatenation (.) or string at renamerr.pl 

This probably means that you are using a variable that you didn't declare with my 
first.
Is that the problem? Now that we have what is supposed to be doing please tell us what 
it is/isn't 
Doing the way you think it should.

> line 99
> .
> Failed to get the info
> $file is: at renamerr.pl line 99.

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

Reply via email to