Help for this page

Select Code to Download


  1. or download this
    use IO::All;
    
    io->catdir('my','dir','my_file.txt')->backwards 
    > 
    io->catdir('my','dir','reversed.txt');
    
  2. or download this
    io->catdir('my','dir','my_file.txt')->backwards > io->catdir('my','dir
    +','reversed.txt');