Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Graphical debugging of WebApps (and analyzing Wikis)

by neniro (Priest)
on Nov 01, 2005 at 16:41 UTC ( [id://504646]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://504646]
Approved by ghenry
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found