Help for this page

Select Code to Download


  1. or download this
    sub test {
        my $s = shift;
    ...
        }
        print "$s doesn't match\n";
    }
    
  2. or download this
    sub test {
        my $s = shift;
    ...
        }
        print "$s doesn't match\n";
    }
    
  3. or download this
    sub test {
        my $s = shift;
    ...
        }
        print "$s does not contain non-xyz characters.\n";
    }