Home
Search Perl pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
For
OS/2 just use
extproc perl -S -your_switches
as the first line in *.cmd file (-S due to a bug in cmd.exe's `extproc' handling). For
DOS one should first invent a corresponding batch
file, and codify it in ALTERNATIVE_SHEBANG (see the
INSTALL file in the source distribution for more information).
The Win95/NT installation, when using the Activeware port of Perl, will
modify the Registry to associate the .pl extension with the perl
interpreter. If you install another port, or (eventually) build your own
Win95/NT Perl using WinGCC, then you'll have to modify the Registry
yourself.
Macintosh perl scripts will have the the appropriate Creator and Type, so
that double-clicking them will invoke the perl application.
IMPORTANT!: Whatever you do,
PLEASE don't get frustrated, and just throw the perl interpreter into your cgi-bin directory, in order to get your scripts working for a web server. This is an
EXTREMELY big security risk. Take the time to figure out how to do it correctly.
Source: Perl FAQ: Programming Tools Copyright: Copyright (c) 1997 Tom Christiansen and Nathan Torkington. |
Next: Can I write useful perl programs on the command line?
Previous: How can I compile my Perl program into byte code or C?
(Corrections, notes, and links courtesy of RocketAware.com)
Up to: MSDOS Specific Software Up to: PERL
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > Perl >
perlfaq3/How_can_I_get_perl_to_work_o.htm
RocketAware.com is a service of Mib Software Copyright 2000, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|