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