CPU: Perl, Fall 2005 Perl, Week 4: More Arrays, Context, Subroutines, Lexical Variables #32

Try it

[host: ~] > true
[host: ~] > echo $?
0
[host: ~] > false
[host: ~] > echo $?
1
Copyright © 2005 Ian Langworth