Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    my $re = qr/(?<=module )$ARGV[2].*?([\\(;])/;
    
    print YAPE::Regex::Explain->new($re)->explain();
    
  2. or download this
    15:40 >perl 566_SoPW.pl FILE OLD NEW
    The regular expression:
    ...
    ----------------------------------------------------------------------
    
    15:40 >