The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
$xpath = selector_to_xpath($selector_text, \@args)

Turns $selector_text into an XPath selector.

Each instance of "=?" in $selector_text consumes one item from the front of @args.

Each instance of ".?" or "#?" in $selector_text consumes one item from the front of @args.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 65:

'=item' outside of any '=over'

=over without closing =back