Help for this page

Select Code to Download


  1. or download this
    # Somewhere in your Makefile.PL...
    use ExtUtils::MakeMaker qw(prompt);
    ...
    my $system_id = prompt("What is the system ID", "Default_id");
    
    run_code_to_update_system_id_in_all_files( $system_id );
    
  2. or download this
    /usr/bin/update_system_id.pl new_system_id