Help for this page

Select Code to Download


  1. or download this
    my $out = pod2pdf(@args);
    print "Content-Type: application/pdf\n";
    ...
    unlink "./pod/$username.tasks.$$.pod";
    binmode(STDOUT);
    return print $out;
    
  2. or download this
    my $out;
    { 
    ...
        $out = <PDF>;
        close PDF;
    }