Chilkat for Perl Windows Install Instructions
Download and Install using the Perl Package Manager
Supports both 32-bit and 64-bit Perl:
- (ActiveState) ActivePerl 5.8, 5.10
- Strawberry Perl 5.8, 5.10
Open a cmd window by going to Start >> Run and typing 'cmd' and pressing return. Type the following command to download and install:
ppm install https://www.chilkatsoft.com/download/chilkatPerl.ppd
Loading the Chilkat Module
A Perl program loads the Chilkat module using the "use" statement:
use chilkat;
30-Day Trial for Commercial Classes
Chilkat's commercially licensed Java classes are fully-functional for a 30-day trial period. The UnlockBundle method should be called once at the beginning of a program. (See the Unlocking Chilkat examples.) The trial period automatically begins when a non-valid unlock code is used.
Note: The Chilkat Java library contains both freeware and commercially-licensed classes. Each class is noted as freeware or commercial in the online reference documentation.