sasikumar has asked for the wisdom of the Perl Monks concerning the following question:
My Codeerror: Undefined subroutine &ASA::UIC_DBSTATUS::RetriveBuildStatus ca +lled at C:\perl-apache2\Apache2\mason\BuildMan\BuildStat.html line 8. context: ... 4: %use ASA::UIC_DBSTATUS; 5: %my %Table; 6: %my $status=new ASA::UIC_DBSTATUS(); 7: %print Dumper($status); 8: %$status->RetriveBuildStatus('ASA',\%Table); 9: <& footer.html &> 10: code stack: C:\perl-apache2\Apache2\mason\BuildMan\BuildStat.html:8
<& header.html, node=>2 &> %use strict; %use Data::Dumper; %use ASA::UIC_DBSTATUS; %my %Table; %my $status=new ASA::UIC_DBSTATUS(); %print Dumper($status); %$status->RetriveBuildStatus('ASA',\%Table); <& footer.html &>
20050328 Edit by castaway: Changed title from 'Masson and objects'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Mason and objects
by bart (Canon) on Mar 23, 2005 at 16:25 UTC | |
|
Re: Mason and objects
by Fletch (Bishop) on Mar 23, 2005 at 17:22 UTC | |
|
Re: Mason and objects
by sasikumar (Monk) on Mar 23, 2005 at 18:35 UTC | |
|
Re: Mason and objects
by sasikumar (Monk) on Mar 23, 2005 at 16:29 UTC |