sub new { my $class = shift; my $self = {}; # Get message strings from subroutine call $msg = shift; # message text $app = shift; # application label $obj = shift; # object $sev = shift; # severity of message $msgg = shift; # message group $ser = shift; # service id return bless $self, $class; }
The data still goes missing.
Neil Watson
watson-wilson.ca
In reply to Re^2: Help with building modules
by neilwatson
in thread Help with building modules
by neilwatson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |