Help for this page

Select Code to Download


  1. or download this
    use v5.10;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    use System::Sub::Env "mv";
    
    mv("oldname.txt" => "newname.txt");