/[Frey]/branches/zimbardo/lib/Frey/Web.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 /branches/zimbardo/lib/Frey/Web.pm

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

revision 163 by dpavlin, Thu Jul 17 22:26:21 2008 UTC revision 183 by dpavlin, Tue Sep 9 23:14:31 2008 UTC
# Line 77  sub add_head { Line 77  sub add_head {
77    
78  our $reload_counter = 0;  our $reload_counter = 0;
79    
80    
81    =head2 page
82    
83      $self->page(
84            title => 'page title',
85            head  => '<!-- optional head markup -->',
86            body  => '<b>Page Body</b>',
87      );
88    
89    =cut
90    
91  sub page {  sub page {
92          my $self = shift;          my $self = shift;
93          my $a = {@_};          my $a = {@_};

Legend:
Removed from v.163  
changed lines
  Added in v.183

  ViewVC Help
Powered by ViewVC 1.1.26