Help for this page

Select Code to Download


  1. or download this
    <html><body>
    %my $planet = "World";
    Hello <% planet %>!
    </body></html>
    
  2. or download this
    [Tue Sep 16 06:08:39 2003] [error] [client 10.0.1.159] Can't locate ob
    +ject method "new" via package "Apache::Request" at /usr/lib/perl5/sit
    +e_perl/5.8.0/i386-linux-thread-multi/Apache/Request.pm line 22.
    
  3. or download this
    use strict;
    use  HTML::Mason;
    ...
            Hello <% $planet %>
    END
    $interp->exec($comp);
    
  4. or download this
    !!! no test server configured, please specify an httpd or an apxs othe
    +r than /usr/sbin/apxs or put either in your PATH. For example:
    t/TEST -httpd /path/to/bin/httpd
    make: *** [run_tests] Error 1
      /usr/bin/make test -- NOT OK