Help for this page
#!/usr/local/bin/perl -w # patterntest.pl while (<>) { ... print "{$`}[$&]{$'}\n"; } }