in reply to perl grep clone

Why?

# 1 2 3 # 1234567890123456789012345678901234567 while(<STDIN>){print if m/$ARGV[0]/;} /$ARGV[0]/&&print while<STDIN> # 123456789012345678901234567890 # 1 2 3

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: perl grep clone
by pythondude (Initiate) on Apr 01, 2016 at 21:52 UTC

    Why?

    Because I'm trying to learn

    Also, thanks, I was not aware of the && operator