in reply to Khrono

As a general point of style, s/\s+//g is preferrable to s/\s//g because the output is the same but you allow \s+ to quickly advance the pointer while \s under /g has to use the pattern-scoped pointer advancement.

Replies are listed 'Best First'.
Re^2: Khrono
by X-3mE (Acolyte) on Aug 04, 2004 at 13:50 UTC
    But this was generated with mask.pl_v0.1_alpha (written by me :)), it's not a "hand-made" obfu. Anyway, I'll correct this.

    X-3mE'89
    "Considerate la vostra semenza:
        Fatti non foste a viver come bruti,
        Ma per seguir virtute e canoscenza"
    Divina Commedia, Inverno, Canto XXVI