NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Example environment script (Score:1)
@echo off
set TERM=dumb
set FTP_PASSIVE=1
set PATH=C:\strawberry\c\bin;C:\strawberry\perl\bin;%PATH%
set INCLUDE=C:\strawberry\c\include;C:\strawberry\perl\lib\CORE;%INCLUDE%
set LIB=C:\strawberry\c\lib;C:\strawberry\perl\lib\CORE;%LIB%
title Strawberry Perl Environment
cmd
Reply to This
Re: (Score:1)
It would mean that you could ONLY use Perl via that special shortcut?