Help for this page

Select Code to Download


  1. or download this
                                                                          
    +        
    package Devel::Lite;
    
    ...
        return wantarray ? @ret : $ret[0];
    }
    1;
    
  2. or download this
    perl -I. -d:TobyLite -e "sub x { print qq{okay\n}; } x();"