Help for this page

Select Code to Download


  1. or download this
    my $nulls = $_;
    $nulls  =~ /\0/g;
    $nulls = length($nulls);
    
  2. or download this
    my $nulls = () = $_ =~ /\0/g;