Re: BLOB insert problem used ' '

2002-07-09 Thread Mark Worsdall
Hi all, Sorry should have got my mind around the LOAD_FILE('./image.tiff') method. M. In message [EMAIL PROTECTED], Mark Worsdall [EMAIL PROTECTED] writes Hi, After a good old slurp of an image I am trying to stick it into my table. # Slurp file foreach (@image_list) { my $image =

BLOB insert problem used ' '

2002-07-06 Thread Mark Worsdall
Hi, After a good old slurp of an image I am trying to stick it into my table. # Slurp file foreach (@image_list) { my $image = /usr/home/shadow/Vision/$_; # Load image into memory my $imagePIC = do { local ($/, *PIC); # slurp mode, local file handle open PIC, $image or die