Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hagbardc

    Delphi with perl

    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...
  2. hagbardc

    Perl Executable possible?

    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
  3. hagbardc

    Writing to hardware device registers

    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...
  4. hagbardc

    List of Objects in Perl?

    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...

Part and Inventory Search

Back
Top