Help for this page
#!/usr/bin/perl ... return $str ? $str : 0; }
my $str = "data.csv"; $str =~ s/\D//g; $str = $str ? $str : 0; print $str;