Re: Perl script to build a forum

2007-07-27 Thread Cheater
yabb is a nice perl forum. It is free, and has most of the features you will need. http://www.yabbforum.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Read and Write Image Files

2007-07-27 Thread Cheater
I am attempting to load an image using the standard open function. I then binmode the file handle. But when I attempt to write the image to a new file (to try and create a duplicate), the new file becomes unreadable. I know I could just copy the file itself without opening it, but I need to do it t