Help for this page

Select Code to Download


  1. or download this
         Perl -I "root/cgi-bin/csr" myProgram.pl
    
  2. or download this
         use 'root/cgi-bin/csr';
    
  3. or download this
         BEGIN { push @INC, 'root/cgi-bin/csr' };