in reply to Re^2: substitute strings
in thread substitute strings

Do you know how to write a condition with if?

Do you know how to match a regex without doing a substitution?

Do you know how to extract certain fields with split?

Replies are listed 'Best First'.
Re^4: substitute strings
by tannx (Acolyte) on May 12, 2010 at 14:13 UTC
    nope nope nope All I have is google. And getting syntax right is nightmare.

      Well, there's your problem ... you need to learn the basics of programming first.

      http://perldoc.perl.org/perlsyn.html

      Play around with the lego blocks of syntax to get an idea of how they work and how they can fit together before you try to get fancier.