Help for this page

Select Code to Download


  1. or download this
    # From DB
    $template_file = "C:/Program Files/DirDictate/soap_form/soap_final.dot
    +";
    
    unless ( -f $template_file ) { ... }
    
  2. or download this
    # Called as:
    #   perl script.pl "C:/Program Files/DirDictate/soap_form/soap_final.d
    +ot"
    
    $template_file = $ARGV[0];
    unless ( -f $template_file ) { ... }