Help for this page

Select Code to Download


  1. or download this
    my $regex=join '|', map {substr $_,2}
                        sort {$a cmp $b}
                        map {pack "SA*",length($_),quotemeta($_)} keys %su
    +fdata;
    
  2. or download this
    my $regex=join '|', map {substr $_,2} 
                        sort
                        map {pack "SA*",length($_),quotemeta($_)} keys %su
    +fdata;