Help for this page

Select Code to Download


  1. or download this
    my $file = '.' ;
    
    ...
            system("rename", $_, lc( $_ ) );
        }
    }
    
  2. or download this
    rename $_, lc( $_ ) ;