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

Back to Perl

if ( ! open MESSAGES, '>msgs' ) {
    die "Holy crap: $!";
}
if ( @ARGV != 3 ) {
    die "usage: ./my_program (3 things)";
}
Copyright © 2005 Ian Langworth