in reply to Re: regex needed
in thread regex needed
perlfunc explains why this happens: Perl built-in functions can be called with or without parentheses, so when perl sees parentheses there, it associates them with the function call, not with the creation of a list.print +(split /:/)[1];
-- Mike
--
just,my${.02}
|
|---|