Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

when i try to execute another scripts if fails

by john.tm (Scribe)
on Jun 17, 2014 at 21:19 UTC ( [id://1090212]=perlquestion: print w/replies, xml ) Need Help??

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;
    ...
    }
    
    #########################################
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1090212]
Approved by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-03-29 23:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found