Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    my $a = "123{12\n";
    ...
    print "\npast cazz ISdigit posix\n";
    
    print "ACK \\D!\n" if ($a =~ /\D/);
    
  2. or download this
    print "ACK digit! per ww-ISdigit-posix\n" if ($a =~ /[[^:isdigit:]]/);
    +  #changed; dbl brkts