Help for this page

Select Code to Download


  1. or download this
    
    my $action = sub {
          return [200, [ 'Content-Type' => 'text/aXML' ],
                       [ '(use)(qd)action(/qd)(/use)'  ] ]; };
    
  2. or download this
    
    my $action = sub {
    ...
        ]; 
    };