Posts in the PERL Category at myL10N.net

Automate Excel Using Perl for Win32

February 6, 2011
by olivier

Post to Twitter Post to Yahoo Buzz Post to Google Buzz Post to LinkedIn Post to MySpace Post to Technorati

Developers familiar with using Perl can take advantage of the Automation capabilities in Perl for Win32 to integrate with applications such as Microsoft Office. This article gives you some example Perl code that sends data to Microsoft Excel and then creates a Chart and PivotTable.

Manipulate file with PERL

February 6, 2011
by olivier

Post to Twitter Post to Yahoo Buzz Post to Google Buzz Post to LinkedIn Post to MySpace Post to Technorati

PERL is commonly used to manipulate, move file and their content.

Pre requisite

You need to make sure Perl is installed on the machine that will run your script. It sounds probably obvious but often obvious things are something not check when you have a problem.

When you are starting to code, it is probably the first thing you check but when you are migrating the machine or transfer the code to a new machine, you might not check first that PERL is installed and when you run the script you will have errors.

If you are running under Linux Distribution, you will need to add the link to the PERL engine at the beginning of your script

#!/usr/bin/perl

Here are some basic codes that you might use to start your engineering work and do recurrent tasks. If you want to know more about the PERL engine and all the PERL application, there are plenty of sites dedicated to PERL that you can google.

(more…)

Using Perl for your engineering work

February 4, 2011
by olivier

Post to Twitter Post to Yahoo Buzz Post to Google Buzz Post to LinkedIn Post to MySpace Post to Technorati

One of the languages that I have used and seen used is PERL.

In this post category, I will add the different codes that I know when you use PERL for your enginerring work or for your development tools.

You are welcome to add the articles you feel a software engineer need to improve efficiency.

: PERL
myL10N.net | Terms and Conditions
© 2007-2011 - myL10N.net All rights reserved