Help for this page

Select Code to Download


  1. or download this
    s/\A\s+//, s/\s+\z// for my @r = @_;
    
  2. or download this
    my @r = @_;
    s/\A\s+//, s/\s+\z// for @r;