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.