Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    $sth = $dbh->prepare(
                " 
    ...
            $sth->execute();
            my $reqs;
            push @{$reqs}, $_ while $_ = $sth->fetchrow_hashref();
    
  3. or download this
    my $template = HTML::Template->new(filename => 'approve.html');
    $template->param(REQS => $reqs);
    print $template->output();
    
  4. or download this
    <form>
        <table class=approve>
    ...
        </table>
    </form>
    <script type="text/javascript" language="javascript" src="js/script.js
    +"></script>
    
  5. or download this
                            <span class="hotspot" onmouseover="tooltip.sho
    +w('<strong>Approved Vacation Requests</strong><br /><TMPL_VAR DATE>')
    +;" onmouseout="tooltip.hide();">
    
  6. or download this
    {
       '03-13-2014' => 'Frankie Avalon,Robert Garcia',
    };