Help for this page

Select Code to Download


  1. or download this
      unless ( -z "$Temp" ) {
       print "File has something in it\n";
       exec "c://testscripts//email.pl" or die "problem with email.pl";
    
    }
    
  2. or download this
    #!/usr/local/bin/perl
    use warnings;
    ...
    }
    
    #########################################