Help for this page
my $file ="test.html"; my @title = split (".", $file); print "$file\n"; print "$title[1]\n";