Help for this page

Select Code to Download


  1. or download this
    my $str = "12345";
    my $count = () = $str =~ /\d/g;
    
    print $count;
    
  2. or download this
    5