Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl
    
    ...
    ReadMode 0; # Reset tty mode before exiting
    
    print "\nProgram OFF\n";
    
  2. or download this
    
    use CAM::PDF;
    ...
            $file3->close|| die "Target file failed to close: $!";
    
        }
    
  3. or download this
    $file1="$output"."$filename";
    
    ...
      
    # Close the file and write the PDF
        $pdf->close || die "Could not write PDF.";
    
  4. or download this
    #The directory where the files that need to be appended are located:
    
    ...
    #The title in the PDF:
    
        $title='Thermograms';