| Thread | Last Post | Replies |
|
| Using PerlMagick to get TIFF header information | 24 Feb 2006 13:09 GMT | 2 |
I am using PerlMagick to parse a TIFF file as I need to extract some information from the header section. I can get Tags like Make and Model, but I need to get some of the others (specifically Host Computer).... The information can be extracted using ImageMagick's identify -verbose, ...
|
| Formatting uploaded images | 15 Feb 2006 14:17 GMT | 2 |
I have a perl script which enables users to upload a jpg file to my webserver from their browser. However, I'd like to reformat the uploaded jpeg to a certain pixel width and height so that it fits in with my webpage template (and also to avoid massive files being
|
| interacting with GUI | 06 Feb 2006 18:09 GMT | 1 |
Is there a way for me to monitor a particular window for a change (in OS X)? Maybe interacting with AppleScript? Thanks!
|
| Faxing | 05 Feb 2006 20:17 GMT | 13 |
Is there a way to fax a document using the built-in Mac OSX (10.3) fax feature with perl? I want to write a script that faxes selected members of congress my humble opinions ;)
|
| flock | 03 Feb 2006 03:25 GMT | 1 |
As I understand it, in C, if I open (create) a file and want to lock it, I should pass in the O_EXLOCK flag at the same time, otherwise, I've got a race condition, another process could potentially lock the file after I've created it, but before I've locked it.
|
| Control-D Bug? | 01 Feb 2006 18:14 GMT | 3 |
Doing an early problem (reading, reversing and printing a list of strings read from input) in the Llama Book, 4th Ed., I wrote: #!/usr/bin/env perl # [comments omitted]
|