From: Babichev Dmitry <[EMAIL PROTECTED]> > >> How i can change environment variables (e.g. PERLDB_OPTS) to any > >> values so they remained general(public) for all instances of perl > >> scripts? > > BS> Typically you accomplish this kind of thing by setting the > variable in BS> some kind of shell initialization script like .profile > which is read BS> by your shell when it starts. > > OK. > Where i can find initialization script ? > perl -v = ActiveState 5.6.1 > os = WinNT4.0+Sp6 > path to perl d:\Perl\bin\perl
If you are using Windoze (which you should have specified in the first mail) you CAN change the global system variables, but the change will only affect the processes which are started after you make the change. You may either change this by hand in Control Panel\System\Environment Variables or by setx.exe from Resource Kit I believe there is a Perl module that allows this but can't find it just now. Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain. I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]