Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl -w
    
  2. or download this
        C:\temp>perl -wc index.pl
        Name "main::ccdrive" used only once: possible typo at index.pl lin
    +e 4.
        Name "main::name" used only once: possible typo at index.pl line 6
    +8.
        Name "main::rephash" used only once: possible typo at index.pl lin
    +e 158.
        index.pl syntax OK
    
  3. or download this
        $ccdrive = $ENV{CC_DEFAULT_DRIVE};
    
  4. or download this
        $name=$hash{"Tag"};
    
  5. or download this
        print TFILE2 "<font color=\"$rephash($ABC[$idx])\"><td> $ABC[$idx]
    +&nbsp </td> ";
    
  6. or download this
        print TFILE2 "<font color=\"$rephash{$ABC[$idx]}\"><td> $ABC[$idx]
    +&nbsp; </td>";
    
  7. or download this
        print TFILE2 "<font color=\$rephash{$replica}\> <td> $rephash{$rep
    +lica} $DEF[$idx]&nbsp</td>";
    
  8. or download this
        print TFILE2 "<font color=\"$rephash{$replica}\"> <td> $rephash{$r
    +eplica} $DEF[$idx]&nbsp;</td>";