Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings; use feature 'say';
    use Path::Tiny qw/ path /;
    ...
    say qx# ls /tmp/*.txt #;
    
    __END__
    
  2. or download this
    /tmp/bar.txt
    /tmp/foo.txt
    
    /tmp/oof.txt
    /tmp/rab.txt