Help for this page
-------------------------------------------------------------- Perl Progress -------------------------------------------------------------- dannyd@cli>
#!/usr/bin/perl open (FH, "test.txt"); ... print "Match!!\n" if ($_ =~ /^-+\nBG/ms); } close (FH);