So, I have a Delphi application that I've been using for a while. I want to modify it to use a small program that I have written in Perl. Is there any way for me to call a perl program from a Delphi app? I don't even need to get information back from the perl prog - I just need to be able to...
Is there any way to compile a perl program (spanning multiple package files) into an executable that can be run on a computer without a perl interpreter? tia -
hagbardc
So, I have to set a bit in a register on a PCMCIA card device. I know the location of the bit I want to set (the 5th bit in the register at BASE+04h). My problem is I have no idea how to go about doing something like this in any language. None whatsoever. Starting at finding out where and...
So, I coded a package which describes an object, and I'm having a couple of issues. Primarily, I want to know if I can make a list, each entry of which is an object (or a reference to an object). i.e.:
for ($i=0; $i<10; $i++) {
$list[$i] = Object->new();
}
Is this valid? And if so, how...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.