Advanced Search
Search Results
4 total results found
Perl resources
Perl is an extremely powerful, free and popular programming language that runs on many different platforms. It’s most notable features are regular expresions (used for pattern matching) and hashes (arrays indexed by text instead of just numbers). Learning Perl...
How do I use Perl to create an animated gif from a large number of images?
Install this Perl module using cpan (or your favorite method for installing Perl modules):Image::MagickThe following script will take all files in the “input” directory and create an animated gif. The order of the frames is the same as the alphabetical order o...
How do I find what Perl modules are installed on my system?
Assuming you have perldoc installed, simply typing perldoc perllocal will give you a nicely-formatted detailed list of all the installed Perl modules.For a simpler list that simply prints out the module names and their version numbers, there is another alterna...
Eclipse
Eclipse, for most people who use it, is an Integrated Development Environments (IDE). Although it is well-known as a Java IDE, it can be used as an IDE for other languages. Features (Note: These features applies to Eclipse + JDT. Features for other languages...