[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Perl?
On Mon, Jul 10, 2000 at 01:45:07PM -0700, Travis Davies wrote:
> I don't know that much about perl but how can I check
> if my system will run the scripts?
On any UNIX: perl -v will tell you if Perl is installed.
On Windows: Control Panel -> Add/Remove Programs. Look for
"ActivePerl" in the installed programs list. Or, open a DOS
window/Command Prompt and type "perl -v" (as above).
To check if a particular script will run, run "perl -wc <file>".
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.
- References:
- Perl?
- From: Travis Davies <tddavies@yahoo.com>