Help for this page

Select Code to Download


  1. or download this
    @a = split(/\//,$RegEx);
    $m = pop @a;
    shift @a;
    $s = join("/",@a);