#!/usr/bin/perl -wuse strict;print "This is going to exit\n";exit 2;[download]
$> perl aboveProgram.plThis is going to exit$> echo $?2$>
0 comments:
Post a Comment