Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2846c2b6fe3a964eff4f3b3c12eee018 > files > 613

apache-HTML-Embperl-2.2.0-8mdv2010.0.i586.rpm



[-
   undef @a ;
   undef @b ;

   $a[0][0] = 'a1/1' ;
   $a[1][0] = 'a2/1' ;
   $a[1][1] = 'a2/2' ;
   $a[2][0] = 'a3/1' ;
   $a[2][1] = 'a3/2' ;
   $a[2][2] = 'a3/3' ;

   $b[0][0] = 'b1/1' ;
   $b[1][0] = 'b2/1' ;
   $b[1][1] = 'b2/2' ;
   $b[2][0] = 'b3/1' ;
   $b[2][1] = 'b3/2' ;
   $b[2][2] = 'b3/3' ;

   $maxcol=99 ;
-]
   $a[0][[0] = '1/1' ;<BR>
   $a[1][[0] = '2/1' ;<BR>
   $a[1][[1] = '2/2' ;<BR>
   $a[2][[0] = '3/1' ;<BR>
   $a[2][[1] = '3/2' ;<BR>
   $a[2][[2] = '3/3' ;<BR>

<P>$tabmode = default <P>


<table>
    <tr>
        <td>[+ $a[$row][0] +]</td>
    </tr> 
</table>

<table border="2" width="100%">
    <tr>
        <th>1</th>
        <th>2</th>
        <th>3</th>
    </tr> 
    <tr>
        <td>[+ $a[$row][$col] +] </td>
    </tr> 
</table>

<table border="3" width="100%">
    <tr>
        <th>[+ $b[2][$col] +]</th>
    </tr> 
    <tr>
        <td>[+ $a[$row][$col] +] </td>
    </tr> 
</table>



<hr><P>$tabmode=3 + 48 ; $maxcol = 4; $maxrow = 4 <P>
[- $tabmode=3 + 48 ; $maxcol = 4; $maxrow = 4 -]

<table>
    <tr>
        <td>[+ $a[$row][$col] +] </td>
    </tr> 
</table>

<hr><p> $tabmode=1 + 32 ; <p>
[- $tabmode=1 + 32 ; -]

<table>
    <tr>
        <td>[+ $a[$row][$col] +] </td>
    </tr> 
</table>

optDisableTableScan is now: [+ $optDisableTableScan +] <BR>
optDisableTableScan is set now to: [+ $optDisableTableScan = 1 +] <BR>
optDisableTableScan is now: [+ $optDisableTableScan +] <BR>

<table border="2" width="100%">
    <tr>
        <td>[+ $a[$row][$col] +] </td>
    </tr> 
</table>

optDisableTableScan is now: [+ $optDisableTableScan +] <BR>
optDisableTableScan is set now to: [+ $optDisableTableScan = 0 +] <BR>
optDisableTableScan is now: [+ $optDisableTableScan +] <BR>

<table border="2" width="100%">
    <tr>
        <td>[+ $a[$row][$col] +] </td>
    </tr> 
</table>

</body>
</html>