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
In Section
Seekers of Perl Wisdom