You might want to look at Image::Magick at www.imagemagick.com
HTH
On Sat, 2003-12-20 at 14:23, Andrew Gaffney wrote:
> I want to write a Perl program that will auto generate GIF images. The images that I
> want
> to generate will be about 30x80. It will be a black rectangle starting in the
> b
I'd found this here
http://www.unixblog.com/quick_unix_tips/remove_m_with_vi.php
You can try this on multiple files
perl -pi -e 's/\015//g' files
On Sat, 2003-12-20 at 07:21, David Inglis wrote:
> I am reading in a csv file and it has a control character ^M at the end
YOu may use Printer.pm
I have only used with Linux but seems the Printer() print_command() take
the platform dependent arguments.
You can use control statements and take care of that.
There might be a better answer, I'll look forward to it.
HTH
On Thu, 2003-12-18 at 08:35, Shawn McKinley wrote: