- or download this
use CGI::Carp qw/fatalsToBrowser/;
use Data::Dumper
...
# yada yada yada
die Dumper $form; # or some other data-structure
- or download this
# this is part of the actions-dispatch of my wiki-project
...
encode_base64($graph->as_png),
'" alt="debug"/>', $q->end_html;
},
- or download this
# this is part of the actions-dispatch of my wiki-project
...
encode_base64($g->as_png),
'" alt="debug"/>', $q->end_html;
}