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