Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Changing values in module installations.

by andreychek (Parson)
on Mar 21, 2002 at 04:04 UTC ( [id://153213]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://153213]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-19 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found