Help for this page
my ( $second_word ) = $string =~ m{\|([^|]*)\|};
my ( $second_word ) = $string =~ m{ ... ) # end capture \| # another "|" }x;