Help for this page

Select Code to Download


  1. or download this
    # Special Argument
    $mime_type = $producer->foo(undef, @args);
    ...
    $document = $producer->foo(@args);
    $mime_type = $document->mime_type;
    $document->render;