You cannot post messages because this group is only available as an archive.
|
Options for passing Hash to a subroutine.
   
|
| |
Hi, Another newbie question... I have to write a program that process a huge amount of data; the end results will be a number of different reports. I will prefer to write a separate library/perl script for each of the reports to separate/isolate them into their own files... However, how do I "pass"... more »
|
|
Perl - Internet Cafe Software for Linux - open source
|
| |
I am just starting to learn Perl. I had an idea that there should be free open-source Internet Cafe management software for Linux. I searched around online but couldn't find anything. The program would be appealing to anyone wanting to offer Internet access to their customers, from Internet Cafes to hotels. Who wants to pay hundreds or... more »
|
|
My option when a module is not available for my production OS.
|
| |
Hi, I wanted to use the modules GDGraph-boxplot and GDGraph-XY to generate boxplot and scatterplots. I am using my PC (windows2000) as a development machine, but the production box is Linux. It seems that these modules are not available in Linux. What are my options? I am new to the perl world, but I have a perl... more »
|
|
perl library for C beautifier?
|
| |
Hi, I am looking for a perl library that will allow me to "beautify" C code. I am mainly interested in something that will convert between different number of tab spaces and preserve the alignment of comments on mulitple lines. Thanks, Brett.
|
|
About Encryption Question
|
| |
I'm just wondering how the server can read and execute an encrypted Perl script! if I have a script that I want to encrypt, will the server know how to deal with it when it's run? how does that work exactly? does the server (Apachi) has a decrypter or something? Thanks you if you are able to give some teaching info on this.... more »
|
|
find words not in an array
|
| |
if I have 2 arrays, @wordlist and @testlist, how can I create a third array that contains the words from @testlist that are not common to @wordlist? I thought I might use grep but can't figure it out. Thanks, r
|
|
Installation problem
|
| |
Hello, when installing the followin modulue from CPAN under MDK Linux I receive the error message (in the end of STDERR output) which I don't understand. Can you tell me what's wrong there? Shall I follow the message and install it with force? Regards Martin ...cpan> install Number::Format CPAN: Storable loaded ok... more »
|
|
DBI Error: no suitable installation target
|
| |
When attempting to install DBI, I get the following error message: Error: no suitable installation target found for package DBI. From the command prompt (WinXP), I type 'ppm'. From the ppm shell, I type 'install DBI', and after a few seconds, the error message appears. My Perl installation is ActivePerl-5.6.1.638-MSWin32-x 86.... more »
|
|
Creating a variable using a for() loop???
|
| |
I have a form that is dynamiclly generated from a database. Using the CGI module, I'm trying to parse the parameters returned, but since the number of paramaters changes I can't get the variables assigned... What I'm trying: -------------- $count='1'; while (my(@data)=$table_data4->fetch row_array) {... more »
|
|
passing perl variable to output html file
|
| |
I need to be able to have a hidden field (signiture) with each output html file generated. ...$first_name = $q->param('FirstN'); $last_name = $q->param('LastN'); ...to be used as hidden info needed to use later. print HISTORY ('<INPUT TYPE="hidden" name="TestFirstN" value="$first_name"\>'); print HISTORY ('<INPUT TYPE="hidden" name="TestLastN"... more »
|
|
|