Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    # .setenv.pl
    ...
    EOL
    
    exit(0);
    
  2. or download this
    #!/usr/bin/bash
    if [ -x ~/.setenv.pl ]
    then
        eval `.setenv.pl`
    fi
    
  3. or download this
    . ~/.setenv.sh