Skip to content

Instantly share code, notes, and snippets.

Created January 2, 2013 13:58
stdin
#!/usr/bin/perl
if("catdog" =~ "/catdog/") {
print "match\n";
} else {
print "no match\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment