- or download this
03-13-2014,Bob Jones,Pending
03-13-2014,George Manuel,Pending
03-13-2014,Frankie Avalon,Approved
03-13-2014,Robert Garcia,Approved
03-14-2014,John Doe,Pending
- or download this
$sth = $dbh->prepare(
"
...
$sth->execute();
my $reqs;
push @{$reqs}, $_ while $_ = $sth->fetchrow_hashref();
- or download this
my $template = HTML::Template->new(filename => 'approve.html');
$template->param(REQS => $reqs);
print $template->output();
- or download this
<form>
<table class=approve>
...
</table>
</form>
<script type="text/javascript" language="javascript" src="js/script.js
+"></script>
- or download this
<span class="hotspot" onmouseover="tooltip.sho
+w('<strong>Approved Vacation Requests</strong><br /><TMPL_VAR DATE>')
+;" onmouseout="tooltip.hide();">
- or download this
{
'03-13-2014' => 'Frankie Avalon,Robert Garcia',
};