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

Warn, but don't Die

if ( ! $success ) {
    warn "There was a problem: $message";
}
more_stuff();
Copyright © 2005 Ian Langworth