I am working on a web-page that takes a JPEG file. Is there a way to read the actual JPEG file itself ?
I know the read – in perl can take the file handle of the JPEG. But I want to know is there a way to slurp the whole file itself without a file name? Thanks for all the help.
I have many questions, but if you need to slurp using a Perl file handle from an already-opened file without knowledge of the file name then write something like this