Help for this page

Select Code to Download


  1. or download this
    confess("Parameter $n stinks") unless $param[$n] =~ /$goodRule[$n]/;
    
  2. or download this
    sub buyWidgets
    {
    ...
        # Do stuff with the good parameters
        return $supplier->buyWidgets($numWidgets);
    }