M
Mark D. Tischler
In a quick search in this newsgroup, I see no discussion
concerning dotsh.pl, so I'm hoping that this hasn't been
previously discussed. If so, my apologies.
The header in the 5.6.1 version of dotsh.pl says that it isn't
being maintained any longer. Is there a replacement for it?
The reason I'm asking is because we have discovered that when
using it, it puts single quotes around the value for a
variable, which is undesirable, especially to Java. So, if I
execute:
&dotsh("file");
where "file" has a series of variable=value lines, including, e.g.:
VAR=val
and, if I then do:
print "VAR=$VAR\n";
in my Perl script, I get:
VAR='val'
whereas I would have expected:
VAR=val
Thanks for any assistance anyone can provide in either getting
around this problem or using a new and improved version or
equivalent of dotsh.
Mark Tischler
(e-mail address removed)
concerning dotsh.pl, so I'm hoping that this hasn't been
previously discussed. If so, my apologies.
The header in the 5.6.1 version of dotsh.pl says that it isn't
being maintained any longer. Is there a replacement for it?
The reason I'm asking is because we have discovered that when
using it, it puts single quotes around the value for a
variable, which is undesirable, especially to Java. So, if I
execute:
&dotsh("file");
where "file" has a series of variable=value lines, including, e.g.:
VAR=val
and, if I then do:
print "VAR=$VAR\n";
in my Perl script, I get:
VAR='val'
whereas I would have expected:
VAR=val
Thanks for any assistance anyone can provide in either getting
around this problem or using a new and improved version or
equivalent of dotsh.
Mark Tischler
(e-mail address removed)