Help for this page

Select Code to Download


  1. or download this
    warn "blah blah" unless A;
    warn "yak yak" unless B;
    ...
       unless C;
    warn "blblblblblbblblblblbl"
       unless (D or E);
    
  2. or download this
    doSomething();
    something->else();
    third_thing() 
       or warn "something didn't work quite right";
    still(processing);