Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Re: IF NOT! IF NOT!

by runrig (Abbot)
on Aug 03, 2001 at 03:53 UTC ( [id://101846]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: IF NOT! IF NOT!
in thread IF NOT! IF NOT!

And that is using map in a void context (creating an array with map and throwing it away). Better to just use a for loop:
/home/ and print "$_\n" for @list;
Update: Damian's right (in reply below). reverse the logic:
/home/ or print "$_\n" for @list;

Replies are listed 'Best First'.
Re: Re: Re: Re: IF NOT! IF NOT!
by damian1301 (Curate) on Aug 03, 2001 at 04:29 UTC
    But you've got reverse logic too. You are NOT supposed to print it if it has home anywhere in it. So what you want is in Re: Re: Re: IF NOT! IF NOT!.

    $_.=($=+(6<<1));print(chr(my$a=$_));$^H=$_+$_;$_=$^H; print chr($_-39); # Easy but its ok.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-26 04:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found