
Borderline
Deleted
Dec 31, 1999, 2:17 PM
Post #2 of 2
(1438 views)
|
Woa it has been a long time sence I have tried to do anything like that. I did however look it up for you. I didn't see anything about 'fly' but there are Several image processing Modules. Here is where I found your answer The Perl 5 Module List. More specificaly here Image Pixmaps and Bitmaps. If your server will not install the module for you there is a chance you can install it localy. There is a progma you can put before the use statement <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> use lib qw(/path/to/your/local/install);</pre><HR></BLOCKQUOTE> This will let you specify a directory at compile time for Perl to look for modules in addition to the directories it already looks. With some modules this may not work. Experiment with it and let us know how it turns out. Scott
|