Help for this page
#!/usr/bin/perl -w use strict; ... $line=$1 if $file=~/\n(ope[^\n]*)/; print "Line='", $line, "'";
Line='open FH, $0 or die $!;'