in reply to Re^4: MyParser Question
in thread MyParser Question
Use a module like Data::Dumper so that you would get more meaningful response, as in ..
use Data::Dumper; print Dumper( $response );
And would you please use "readmore" tags only if the code, other input or output, are unreasonably long?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: MyParser Question
by ikegami (Patriarch) on Jul 27, 2007 at 13:51 UTC |