Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        s/Closed/Open/;
        rename $oldname, $_;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            $_ = $oldname,
            warn $_, ' not renamed: ', $!;
    }