muizelaar has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w use Cwd; my $dir = getcwd; system( "csh", "source /home/<userdir>/bin/set_normal");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Changing a unix users environment
by Corion (Patriarch) on Oct 25, 2007 at 10:47 UTC | |
|
Re: Changing a unix users environment
by derby (Abbot) on Oct 25, 2007 at 11:54 UTC | |
|
Re: Changing a unix users environment
by Joost (Canon) on Oct 25, 2007 at 11:54 UTC | |
|
Re: Changing a unix users environment
by suaveant (Parson) on Oct 25, 2007 at 13:02 UTC | |
by bdimych (Monk) on Oct 26, 2007 at 09:29 UTC | |
|
Re: Changing a unix users environment
by tuxz0r (Pilgrim) on Oct 25, 2007 at 16:27 UTC |