Regular Expression Perl

while(){
    print if s/\s/*/g; # Substitute all spaces with stars
}
__DATA__
    A 101
    A A A