Help for this page

Select Code to Download


  1. or download this
     s{.*/}{/}
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    --output:--
    book book_manager piano_book
    
  3. or download this
    @results = map { (split '/', $_)[-1] } @paths;