Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    print "Content-type: text/html\n\n";
    foreach $item(@INC){
            print "$item <BR>\n";
    }
    
  2. or download this
    # ./fred
    Content-type: text/html
    ...
    /usr/local/lib/perl5/site_perl/5.005/sun4-solaris <BR>
    /usr/local/lib/perl5/site_perl/5.005 <BR>
    . <BR>
    
  3. or download this
    /usr/local/lib/perl5/5.00503/sun4-solaris 
    /usr/local/lib/perl5/5.00503 
    ...
    . 
    /usr/local/apache/ 
    /usr/local/apache/lib/perl