in reply to Re^2: Question on XML output using Perl
in thread Question on XML output using Perl
You still haven't answered where $error_excerpt comes from... but on second thought, maybe you meant (?)
sub error_excerpt{ my $self = shift; return defined($self->{_error_excerpt}) ? $self->{_error_excerpt} +: "No Error Excerpt."; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Question on XML output using Perl
by siddheshsawant (Sexton) on Mar 16, 2010 at 16:29 UTC | |
by Khen1950fx (Canon) on Mar 16, 2010 at 16:34 UTC |