Help for this page

Select Code to Download


  1. or download this
       given($_) {
          when (/^abc/) { $abc = 1; }
    ...
             die q(I don't know what to do with $foo);
          }
       }