Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: comments and qw

by ikegami (Patriarch)
on Feb 12, 2006 at 19:10 UTC ( [id://529674]=note: print w/replies, xml ) Need Help??

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
    ";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://529674]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-19 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found