Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    my $db = '/some/file';
    ...
    }
    close DB;
    print sort @matches;
    
  2. or download this
    $ grep -i -e ^Y db.file | sort