Help for this page

Select Code to Download


  1. or download this
    @dirs = split qr{[\\/]}, $path;
    $file = pop @dirs unless -d $path;
    
  2. or download this
    $path = '/' . join '/', @dirs, ($file // '');