in reply to Re: Steps to get a substring from a string
in thread Steps to get a substring from a string

if m/name=([^\.]+)/;

Small remark: there's no need to escape '.' (dot) in a character class.

Replies are listed 'Best First'.
Re^3: Steps to get a substring from a string
by CountZero (Bishop) on Jul 21, 2015 at 17:45 UTC
    I know. It is just a (bad?) habit I have and to be a bit more orthogonal between the use is "." inside and outside of character classes.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics