Help for this page

Select Code to Download


  1. or download this
    while(my $line = <$info>)  {
        foreach ($line) {
    ...
    +a></td></tr>"
        }    
    }
    
  2. or download this
    while (<$info>) {
        @vlinks=split /:/;
        # ...
    }