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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

static variables in perl

Status
Not open for further replies.

ranadhir

Programmer
Nov 4, 2003
54
IN
We have a requirement similar to the 'initialization' routin in c++.
i.e. at the first execution of a perl script we need to execute a registration script(regsvr32) for a dll;prior to using that dll from with perl.
This registration script should be by-passed in subsequent executions of the perl script.
Is this possible?
 
Is there anything you can call to enquire on the registration status of the DLL first?

Steve

[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object::perlDesignPatterns)[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top