Help for this page

Select Code to Download


  1. or download this
    my $from_name;
    my $to_name;
    ...
            rename_and_log($from_name, $to_name) if (-e $from_name);
        }
    }
    
  2. or download this
    my $from_name;
    my $to_name;
    ...
            rename_and_log($from_name, $to_name);
        }
    }