Help for this page

Select Code to Download


  1. or download this
    sub getVcolFileNames{
        my @vcolFileArray;
    ...
        closedir DH;
        return @vcolFileArray;
    }
    
  2. or download this
    require 'vcol-utils.pl'
    
  3. or download this
    use CGI;
    $cgi = new CGI;
    ...
    print $cgi->h1("Test1");
    require 'vcol-utils.pl';
    print $cgi->h1("Test2");