Help for this page

Select Code to Download


  1. or download this
    my @sorton;
    my @lines= grep {
        if(  m/^(.+?)\((\d+)\)\s-\s\[(.+?)\].+?"(.*?)"\.$/  ) {
    ...
    foreach(  @lines[@idx]  ) {
        print $_;
    }