home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-05-19 | 236 b | 12 lines | [TEXT/McPL] |
- ;# $RCSfile: importenv.pl,v $$Revision: 1.3 $$Date: 1997/05/19 12:32:02 $
-
- ;# This file, when interpreted, pulls the environment into normal variables.
- ;# Usage:
- ;# require 'importenv.pl';
- ;# or
- ;# #include <importenv.pl>
-
- use Env;
-
- 1;
-