in reply to Re^2: Prepent string a to string b if b does not start with a
in thread Prepent string a to string b if b does not start with a

Using grep for one-member list is strange. You can just use if ($ENV !~ /^rte/)

Replies are listed 'Best First'.
Re^4: Prepent string a to string b if b does not start with a
by Saved (Beadle) on Mar 14, 2012 at 12:19 UTC

    Thank You, that is better