Help for this page

Select Code to Download


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