home *** CD-ROM | disk | FTP | other *** search
/ CLIX - Fazer Clix Custa Nix / CLIX-CD.cdr / mac / lib / importenv.pl < prev    next >
Text File  |  1997-05-19  |  236b  |  12 lines

  1. ;# $RCSfile: importenv.pl,v $$Revision: 1.3 $$Date: 1997/05/19 12:32:02 $
  2.  
  3. ;# This file, when interpreted, pulls the environment into normal variables.
  4. ;# Usage:
  5. ;#    require 'importenv.pl';
  6. ;# or
  7. ;#    #include <importenv.pl>
  8.  
  9. use Env;
  10.  
  11. 1;
  12.