Help for this page

Select Code to Download


  1. or download this
    # Send the .tar file to the browser
    print $q->redirect( $filename );
    
  2. or download this
    print $q -> start_html,
          $q -> a ( "$filename", $filename ),
          $q -> end_html;