in reply to Mason and objects
<pre> <% Dumper($status) %> <% Dumper(%Table) %> </pre> <& footer.html &> <%init> my $status; $status = ASA::UIC_DBSTATUS->new(); my %Table = (); $status->RetriveBuildStatus($div,\%Table); </%init> <%once> use strict; use ASA::UIC_DBSTATUS qw/RetriveBuildStatus/; </%once> <%args> $div=>"ASA";
|
|---|