Help for this page
my $string = " "; $string = "Default" if $string =~ /^ *$/;
my $string = " \t \n "; $string = "Default" if $string =~ /^\s*$/;