On Thu, Nov 20, 2008 at 00:05, ashish nainwal <[EMAIL PROTECTED]> wrote:
> do u have any such doc..please provide it to me!
>
> On Thu, Nov 20, 2008 at 10:35 AM, ashish nainwal
> <[EMAIL PROTECTED]>wrote:
>
>> Thanks for the info. I will be using my perl script for AIX but I am not
>> able to find a supporting IBM official doc which says that AIX comes with
>> perl by default.
snip

Perl is not part of SUS2*, so is not guaranteed to be installed on any
UNIX systems; however, it is an optional (and mostly a default)
install in all major UNIXes and Linux flavors.  Some IBM software
relies on the existence of Perl (e.g. ClearCase).  You can generally
count on people having Perl installed,  but you still may need to use
PAR::Packer even if they have Perl: you may need modules they don't
have installed and the sysadmins may not be willing to install them.
You could also install the modules yourself in a subdirectory and use
the lib pragma, but a PAR::Packer executable is generally an easier to
manage.

* http://opengroup.org/onlinepubs/007908799/xcuix.html
-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to