Help for this page
Select Code to Download
Select
or
download this
sub trim { @_ = ($_) if not @_; ... } return wantarray? @_ : $_[0]; }
Select
or
download this
sub trim { @_ = ($_) if not @_; ... } return wantarray? @_ : $_[0]; }