Help for this page

Select Code to Download


  1. or download this
    <tr>
     <td>Game Name</td>
    ...
     <td>blah</td>
     <td>blah</td>
    </tr>
    
  2. or download this
    print $query->Tr($query->td([$var]));
    print $query->Tr($query->td(["$dvalue{$var} $dname{$var}"]));
    
  3. or download this
    <tr>
     <td> ( value of $var )</td>
    ...
    <tr> 
     <td>(values of the two hash entries )</td>
    </tr>
    
  4. or download this
    perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); 
    +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth
    +er_name\n"'