Help for this page

Select Code to Download


  1. or download this
        while (my $line=<$fh>) {
        chomp $line;
    ...
        my $class = $data[0] ? 'normal' : 'bold';
        print $fh_out qq[<tr class="$class"><td>] . join('</td><td>', spli
    +t(/:/,$line)) . "</td><a href=#></a></tr>\n";
        }
    
  2. or download this
        DCMS_DEMO
        |-- DCMS_DEMO.config
    ...
        |   |   `-- rev2
        |   |       |-- rev2.config
        |   |       `-- rev2.html
    
  3. or download this
        |-- DCMS_DEMO.config
        |-- DCMS_DEMO.html
    ...
        |   |-- Block_DV
        |   |   |-- Block_DV.config
        |   |   |-- Block_DV.html