Help for this page

Select Code to Download


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