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