freelanceprogrammers.org Forum Index » Perl
setting env variables in perl
Joined: 13 May 2004
Posts: 3
setting env variables in perl
How do you set your CVSROOT and CVSHOME environment variables in perl.
I tried $ENV{`CVSROOT`} = `:pserver:j...etc... and
$ENV{`CVSHOME`} = pathtopasswordfile
but this does not seem to work. I am trying to run a long cvs rdiff
command line from within perl that also uses grep and sed to get
desired output. I was told that perl needs to know these cvs
environments. Is this the correct way to set cvs environments.
Joined: 01 May 2004
Posts: 7
setting env variables in perl
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Friday 2004 May 14 05:29, Jeff Cunningham wrote:
> How do you set your CVSROOT and CVSHOME environment variables in perl.
> I tried $ENV{`CVSROOT`} = `:pserver:j...etc... and
> $ENV{`CVSHOME`} = pathtopasswordfile
> but this does not seem to work. I am trying to run a long cvs rdiff
> command line from within perl that also uses grep and sed to get
> desired output. I was told that perl needs to know these cvs
> environments. Is this the correct way to set cvs environments.
If you`re on UNIX/Linux, try
`export CVSROOT=pathtopasswordfile`
HTH
- --
eman calso
http://www.bloodpet.tk/
Public Key:
gpg --keyserver pgp.mit.edu --recv-keys 4D12B5DA
"There are three possibilities: Pioneer`s solar panel has turned away
from the sun; there`s a large meteor blocking transmission; or someone
loaded Star Trek 3.2 into our video processor."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFApMDo5aWO/00StdoRAgX7AKCIgFZK19laCC1MoywnnOSJn57KiQCfaaHM
k7bU0uDuwOHa3v7TDKcIdlI=
=vli9
-----END PGP SIGNATURE-----
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







