/root/debug.html

http://github.com/motemen/Teto · HTML · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · b2575bc5d0fdc1533bbb1addd8650593 MD5 · raw file

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <ul>
  7. % for my $c (@{ $_[0]->{coros} }) {
  8. <li><%= $c->{coro}->{desc} %>: <pre><%= $c->{backtrace} %></pre></li>
  9. % }
  10. </ul>
  11. </body>
  12. </html>