in reply to RE: setenv
in thread setenv
well technically setenv is a csh'ism, so you would expect to
see #!/bin/csh at the top.
the equivalent /bin/sh'ism would be
VAR="this is the value of the variable" export VAR
</offtopic nitpicking>
-Mark
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: RE: RE: setenv
by ar0n (Priest) on Jul 25, 2000 at 01:35 UTC | |
by tye (Sage) on Jul 25, 2000 at 01:59 UTC |
In Section
Seekers of Perl Wisdom