John ORourke Tue, 31 Jan 2006 09:21:36 -0800
Tom Schindl wrote:
on the other hand: my $bla = "/dir/subdir/file.ext"; $bla =~ /(\w+\.\w+)$/; print $1 . "\n"; # file.ext works perfectly