Help for this page

Select Code to Download


  1. or download this
    if (! /^(foo|bar)/) { die "in pain"; }
    
  2. or download this
    die "whatever" unless /^(foo|bar)/;