- or download this
#!/usr/bin/perl -w
use strict;
...
print $generator->portrait;
__END__
- or download this
<table>
<tr>
...
<td>red</td>
</tr>
</table>
- or download this
#!/usr/bin/perl -w
use strict;
...
print $generator->portrait;
__END__
- or download this
<table>
<tr>
...
<td><font color="red">red</font></td>
</tr>
</table>