in reply to when i try to execute another scripts if fails
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';
|
|---|