Why Perl is appropriate language for CGI? [closed]
Closed 10 years ago.
Why Perl is appropriate language for CGI? [closed]
Closed 10 years ago.
Why Perl is appropriate language for CGI? [closed]
Closed 10 years ago.
What design route should I take?
So I’ve taken on a project at work that I’m having a hard time attacking, and I’d love some feedback and suggestions.
What design route should I take?
So I’ve taken on a project at work that I’m having a hard time attacking, and I’d love some feedback and suggestions.
What design route should I take?
So I’ve taken on a project at work that I’m having a hard time attacking, and I’d love some feedback and suggestions.
What design route should I take?
So I’ve taken on a project at work that I’m having a hard time attacking, and I’d love some feedback and suggestions.
Simple dependency handling for objects (perl)
I am a bit stuck with a design of a project, where many objects has to have access to the same piece of information. It could be some data, to construct a global-like object for themselves or the object itself (essentially a config object).
Designs for outputting to a spreadsheet
I’m working on a project where we are tasked to gather and output various data to a spreadsheet.
How can I run a script/subroutine on a Web Server and have that subroutine remain private (eg. Key Generator)?
My Problem: I have been tasked with re-implementing a software key generator routine on an external web server running cPanel v.11.44.1.18. Currently, the key generator is implemented using a proprietary Database Management System (DBMS) which we run on a local server.