
Laurent_R
Enthusiast
Aug 16, 2012, 10:00 AM
Views: 1118
|
|
Re: [HaHaMan] 2 beginner questions
|
|
|
tr// does not deal with regular expressions and will not lead you anywhere near where you want to go.
my $XXX = $1 if $line =~ m{([^\\]+)$}; For the other on e, I'll come back later, it is a bit more difficult than you think.
(This post was edited by Laurent_R on Aug 16, 2012, 10:15 AM)
|