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?

#!/usr/bin/perl -l use warnings; use strict; my $value = 0; print 'home'; exit $value; ## Note here please print 'another home';
If not! Why? That would be the answer :)

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me