But it will not work in this script, i get no warnings.
Let me ask:
Will this code below display the second print?
If not! Why? That would be the answer :)#!/usr/bin/perl -l use warnings; use strict; my $value = 0; print 'home'; exit $value; ## Note here please print 'another home';
In reply to Re: when i try to execute another scripts if fails
by 2teez
in thread when i try to execute another scripts if fails
by john.tm
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |