Hi:

I am using the following reqular expression to extract the last part ie
$lang of the following string
$topdir = "common/default/l_cs";
my $lang=$topdir =~ /.*\/(.+)$/;

But it doesnt seem to work, what am i missing here?

Thanks!

Reply via email to