in reply to Re: What is Perl *NOT* good at
in thread What is Perl *NOT* good at?
I wholeheartedly agree, Abigail. And I would further submit that this issue is not confined to Open Source softare either. Such issues also occur with closed source or commercial softwere where the vendor is dependant you your having third party software installed as well as their own. For instance code that is dependant on one version or another of the Sun JDK such as for Java servlet engines.
Which for some most cases works just fine.
To make matters worse are compatability issues you can
run into. For instance I remember a commercial package that
would only work with an very ancient version
of Perl. And it expected that version to be in
/usr/bin/perl. If it had been scripts only that were
the issue I could have munged that, but NO! they had
embed it in there C code as something like
to kick off their scripts.exec ("/usr/bin/perl",@ARGS);
Thankfully their product was replaced by someone else's product...
|
---|