Help for this page

Select Code to Download


  1. or download this
    if (m{"(/[^"]+)"|(/\S+)}) {
       my $match = defined $1 ? $1 : $2;
       ...
    }