Help for this page

Select Code to Download


  1. or download this
     
        my $outbuf;
        my $interp = new HTML::Mason::Interp (comp_root=>'<component root>
    +',
    ...
        print F $outbuf;
        close(F);
        print "return value of component was: $retval\n";