I guess you could do
my $libobj = Third::Party::Library->new(...); my $item = $libobj->NewItem(...); ! $item->frobinize(...) or die($libobj->GetErrorCode); ! $item->blatinate(...) or die($libobj->GetErrorCode);
but that hardly seems like an improvement.
In reply to Re: Pattern for a shell-style call + error response
by BrowserUk
in thread Pattern for a shell-style call + error response
by MidLifeXis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |