Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    <td width='40' height='40' border='0'>cell data 6</td>
    <td width='40' height='40' border='0'>cell data 7</td>
    <td width='40' height='40' border='0'>cell data 8</td>
    
  2. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" _new.pl
    ...
    cell data 7
    cell data 8
    > Terminated with exit code 0.