Perl Posts

Website and MySQL Developer Resume - Orlando, Fl
Mar 18, 2013
A resume of my skills and accomplishments.
ImageMagick Perl Batch File
Oct 20, 2006
I wrote this perl script to convert a large number of images using ImageMagick. I tried doing it using ImageMagick itself on the command line, but it kept going in an infinite loop. #/usr/bin/perlopendir(DIR,"/tmp/pics");while ($file = readdir(DIR) )  {        if ($file ne "." and $file ne "..")        {         print " $file ";    &nb