kgullekson has asked for the wisdom of the Perl Monks concerning the following question:
main::char_handler(./test.pl:137): 137: ($p, $data) = @_; DB<21> p $data PositionFairValueBase DB<22> x $data 0 'PositionFairValueBase' DB<23> s main::char_handler(./test.pl:140): 140: $data =~ s/\t//g; DB<23> x $data 0 ' ' DB<24>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Strange behaviour of XML char handler
by jethro (Monsignor) on Feb 21, 2009 at 00:23 UTC | |
by kgullekson (Initiate) on Feb 21, 2009 at 13:25 UTC |