- or download this
use strict;
use warnings;
...
}
print "No matches found\n" unless $match;
- or download this
>perl findinfile.pl run.c "int\s+main\s*\("
- or download this
int
main(int argc, char** argv)
- or download this
...
my $text;
...
}
print "No matches found\n" unless $match;