Help for this page

Select Code to Download


  1. or download this
    my @result = $object->cleanup;
    
    ...
    # You will always get this back if you do return '';
    #
    Got some results back ''
    
  2. or download this
      return $_[0];
    }
    return;