Help for this page

Select Code to Download


  1. or download this
    /^\.(\w+).*$\t+\.\w+\W+(\w+).*$/m
    
  2. or download this
    .somewords any amount of garbage till a suposed end of line
    [some number of tabs].nomatchwords matchedwords garbage to eol
    
  3. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    .again, a line.
                    .Yet another line