Help for this page
sub read_spec($) { ... # ... }
$content =~ s{\s+$}{}m; $content =~ s{\t+$}{}m;
$content =~ s{[ \t]+$}{}m;