18.03.2020

Chilkat Perl Module For Mac

Download

Chilkat Perl Module for Linux/FreeBSD Install Instructions 1. Download The download contains the following files: license.txt Makefile.PL MANIFEST META.yml README lib/chilkat.pm lib/libchilkat.so 2. Decompress and Extract to any Directory gzip -dc chilkat-9.5.0-perl-5.8-x8664-linux.tar.gz tar -xof - 3. Verify your Perl Version Make sure the version of Perl matches the version you downloaded (5.8, 5.10, 5.12, etc.). Run the following command to display the Perl version. Perl -version 4. Build In the newly-created directory and type: perl Makefile.PL make 5.

Install While still in the same directory, type: make install or sudo make install Make sure you have the appropriate permissions to install the module in your Perl 5 library directory. Often, you'll need to be root. Copyright 2000-2018 Chilkat Software, Inc. All rights reserved.

Perl Module List

(Regarding the usage of the Android logo) Portions of this page are reproduced from work created and shared by Google and used according to terms described in the. Send feedback to Software components and libraries for Linux, MAC OS X, iOS, Androidâ„¢, Solaris, RHEL/CentOS, FreeBSD, MinGW Azure, Windows 10, Windows 8, Windows Server 2012, Windows 7, 2003 Server, 2008 Server, etc.

Chilkat Perl Module for MAC OS X Install Instructions 1. Download The download contains the following files: license.txt Makefile.PL MANIFEST META.yml README testChilkat.pl lib/chilkat.pm lib/libchilkat.dylib 2.

Decompress and Extract to any Directory The gzip step may be skipped if the download was automatically uncompressed resulting in a.tar file on your local filesystem. Gzip -d chilkat-9.5.0-perl-5.10-macosx.tar.gz tar xvf chilkat-9.5.0-perl-5.10-macosx.tar 3. Verify your Perl Version Make sure the version of Perl matches the version you downloaded (5.8, 5.10, 5.12, or 5.14). Run the following command to verify the Perl version. Perl -version 4. Build In the newly-created directory and type: perl Makefile.PL make 5. Install While still in the same directory, type: make install or sudo make install Make sure you have the appropriate permissions to install the module in your Perl 5 library directory.

Often, you'll need to be root. Test Run the testChilkat.pl Perl script to verify the Chilkat module is ready for use: perl testChilkat.pl The testChilkat.pl script creates a few of the Chilkat objects and prints the version of each: use chilkat; $zip = new chilkat::CkZip; print $zip-version. ' r n'; $imap = new chilkat::CkImap; print $imap-version. ' r n'; $ftp = new chilkat::CkFtp2; print $ftp-version. ' r n'; $mailman = new chilkat::CkMailMan; print $mailman-version. ' r n'; $ssh = new chilkat::CkSsh; print $ssh-version.

' r n'; $sftp = new chilkat::CkSFtp; print $sftp-version. ' r n'; $rsa = new chilkat::CkRsa; print $rsa-version. ' r n'; $http = new chilkat::CkHttp; print $http-version.

Perl Modules Tutorial

For

' r n'; $crypt = new chilkat::CkCrypt2; print $crypt-version. ' r n'; $xml = new chilkat::CkXml; print $xml-version. ' r n'; $socket = new chilkat::CkSocket; print $socket-version.

' r n'; $tar = new chilkat::CkTar; print $tar-version. ' r n'; Copyright 2000-2018 Chilkat Software, Inc. All rights reserved. (Regarding the usage of the Android logo) Portions of this page are reproduced from work created and shared by Google and used according to terms described in the. Send feedback to Software components and libraries for Linux, MAC OS X, iOS, Androidâ„¢, Solaris, RHEL/CentOS, FreeBSD, MinGW Azure, Windows 10, Windows 8, Windows Server 2012, Windows 7, 2003 Server, 2008 Server, etc.