Help for this page
my $string = "<first><second>blahblah<third>\n"; $string =~ s/<(.*)>//g; print $string;