/[Perly]/lib/Perly/View.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Perly/View.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30 by dpavlin, Wed Jun 6 18:48:51 2007 UTC revision 31 by dpavlin, Wed Jun 6 19:02:26 2007 UTC
# Line 76  template '/run' => page { Line 76  template '/run' => page {
76                  input => get('input'),                  input => get('input'),
77                  code => get('code'),                  code => get('code'),
78          } );          } );
         warn "code = ",get('code'), " input = ", get('input'), dump( $action );  
79          h1 { _("Run code on some input") },          h1 { _("Run code on some input") },
80          form {          form {
81                  render_action( $action => [ 'input', 'code' ] );                  render_action( $action => [ 'input', 'code' ] );

Legend:
Removed from v.30  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.26