Help for this page

Select Code to Download


  1. or download this
    sub qwx {
        local $_ = @_ ? $_[0] : $_;
    ...
        s/\s+/ /g;
        return split ' ', $text;
    }
    
  2. or download this
    my @items = qwx"
        this
    ...
        a     # commented
        list
    ";