Help for this page
Select Code to Download
Select
or
download this
s/\A\s+//, s/\s+\z// for my @r = @_;
Select
or
download this
my @r = @_; s/\A\s+//, s/\s+\z// for @r;