- or download this
<tr>
<td>Game Name</td>
...
<td>blah</td>
<td>blah</td>
</tr>
- or download this
print $query->Tr($query->td([$var]));
print $query->Tr($query->td(["$dvalue{$var} $dname{$var}"]));
- or download this
<tr>
<td> ( value of $var )</td>
...
<tr>
<td>(values of the two hash entries )</td>
</tr>
- 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"'