Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: return value of chomp is false?

by babel17 (Acolyte)
on Sep 29, 2009 at 16:50 UTC ( [id://798160]=note: print w/replies, xml ) Need Help??


in reply to Re: return value of chomp is false?
in thread return value of chomp is false?

That's what I tried first, but that returns (1,$_) for each value of $_

Replies are listed 'Best First'.
Re^3: return value of chomp is false?
by ikegami (Patriarch) on Sep 29, 2009 at 17:57 UTC

    Not it doesn't. I suspect you used a comma instead of a semi-colon.

    By the way, there's also

    use List::MoreUtils qw( apply ); my $names = join '|', apply { chomp } <STDIN>;
    and
    use Nested::Loops qw( Filter ); my $names = join '|', Filter { chomp } <STDIN>;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found