Help for this page

Select Code to Download


  1. or download this
        package Thingy;
        
    ...
            
            [and oops, no return() statement!]
        }
    
  2. or download this
        sub func {
            return ($result);
        }
    
  3. or download this
        if (3 == $x) {
            [whatever]
        }