#x27; is exactly the same
as `.' as long as /s is *not* specified.
--
Garry Williams, Zvolve Systems, Inc., +1 770 551-4504
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
t work (I don't understand why) - C-shell environment variables
> are still not inherited by my Perl script.
Well, maybe your .cshrc was never executed by this shell. Hard to
tell with that description. Just set the environment before the
command and all will be well.
--
Garry Will
a look at the perlipc manual page for various ways for processes
to communicate with each other (including shared memory on *some*
systems). It's likely that there is another way to partition or
factor your problem that does not involve complex inter-process
communication.
Good luck.