Scripting: Guide for learn perl script?
started by Vince Wicks on May 30, 2013 — RSS Feed
Vince Wicks
Posts: 38
Hi
I am familiar with Linux/Unix shell script. Now I plan to learn perl script for my career improvement.
Please share the guide for learning the same.
Thanks
Web Design.org
Cygnet Infotech
Posts: 42
PerlScript was initially solely an ActiveX Scripting Engine produced by the company ActiveState for use with Microsoft's Internet Information Services (IIS) that allows for programmers to use Perl-based code in addition to, or in place of, VBScript or JScript in the context of web servers running the ASP protocol.
Standalone PerlScripts can be executed if they are created with the file extension .pls, in which case they do not require enclosing XML,
Example:
use strict;
our $WScript;
$WScript->Echo("Hello, world!");
blackberry application development india
You must login to reply

