Help for this page

Select Code to Download


  1. or download this
      $text | @text = trim( @text );
    
  2. or download this
      # --------------------------------------
      #       Name: trim
    ...
    
        return wantarray ? @text : $text;
      }
    
  3. or download this
      \%options = $object->get_options( ; @option_names );
    
  4. or download this
      # --------------------------------------
      #       Name: get_options
    ...
    
        return $options;
      }