Help for this page

Select Code to Download


  1. or download this
    use Sort::Key::Natural qw( natkeysort );
    
    my @sorted =
       natkeysort { tr|\\/|\0|r }
          @paths;