Help for this page

Select Code to Download


  1. or download this
    eval ($re=qr/foobar/) || warn $@;
    
  2. or download this
    if (eval ($re=qr/quuzy/)) {
      # manipulate
    } else {
       #blargh! bad re
    }