Quantcast
Viewing latest article 16
Browse Latest Browse All 79

Substance trilogy - Fluid

#!/usr/bin/perl
sub match { print "match\n"; }
$in = <>;
if($in =~ /$in/){
match;
}

Viewing latest article 16
Browse Latest Browse All 79

Trending Articles