Help for this page
#!/usr/bin/perl -l ... my $str = "this is an example"; $str =~ s/\s+/ /g; print $str;
#!/usr/bin/perl -l ... } } }