Help for this page

Select Code to Download


  1. or download this
    print "Program Error!" && exit(0) unless $case;
  2. or download this
    my $case = 1;
    print 'Program Error' and exit(0) unless $case;
    print 'No problemo!'