/root/debug.html
http://github.com/motemen/Teto · HTML · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · b2575bc5d0fdc1533bbb1addd8650593 MD5 · raw file
- <!DOCTYPE html>
- <html>
- <head>
- </head>
- <body>
- <ul>
- % for my $c (@{ $_[0]->{coros} }) {
- <li><%= $c->{coro}->{desc} %>: <pre><%= $c->{backtrace} %></pre></li>
- % }
- </ul>
- </body>
- </html>