The person who wrote it said is was not familiar with windows and asked me to find someone who could convert it to windows. ... From: Damien Carbery To:...
Hi, I have installed ActivePerl on my computer which is not a server. Perl scripts run well at DOS prompt. However, when I use a browser (IE, Firefox) to...
... Unfortunately, a server must be involved. You have to install and run a local (your machine only) web server to execute CGIs. Alternatively, you could...
I am looking for top talent to fill a Senior Software Engineer role in San Francisco, CA. Deliver high quality, maintainable code, that exceeds expectations ...
You have been unsubscribed. To all other member: to unsubscribe, just send an E-mail to perl-beginner-unsubscribe@yahoogroups.com. Subject and body of the...
installing Bundle::CPAN is failing on OSX a lot of modules install successfully except when it reaches "Mac::Files" (I think?) the test fails. what is the...
Noah
admin2@...
Aug 11, 2007 5:05 pm
25630
Hello. I have written a search cgi script which has a lot of arguments with which you can search a database. Now a friend of mine wants to create a tree using...
Dinos Liolios
dinos007@...
Aug 15, 2007 2:47 pm
25631
... Dinos> Hello. I have written a search cgi script which has a Dinos> lot of arguments with which you can search a database. Dinos> Now a friend of mine...
Hi Randal, Once again always to the rescue. I am afraid I did not make myself clear on the previous email. My cgi script sets default values as '' and then...
Dinos Liolios
dinos007@...
Aug 15, 2007 4:35 pm
25633
... Dinos> Once again always to the rescue. I am afraid I did Dinos> not make myself clear on the previous email. My cgi Dinos> script sets default values as...
Hi Randal, I think my bad english is getting on the way. What you have done is capturing the URL and breaking it. I actually want my original cgi script to...
Dinos Liolios
dinos007@...
Aug 16, 2007 8:35 pm
25638
... Dinos> I think my bad english is getting on the way. What Dinos> you have done is capturing the URL and breaking it. I Dinos> actually want my original...
Hi, I have five subroutines in a script. However, if I call them one by one in order, I have memory problem. Instead, I call the first subroutine then exit the...
jiqiang yao
jiqiang123@...
Aug 21, 2007 12:30 am
25646
... jiqiang> However, if I call them one by one in order, I have jiqiang> memory problem. Instead, I call the first subroutine jiqiang> then exit the script....
... And what is the URL where you posted your code? -- Just my 0.00000002 million dollars worth, Shawn "For the things we have to learn before we can do them,...
yes... by scripting a .htaccess in which (if you got the right permissions to do so) you can map URL with a script, if i'm not clear, see the Apache section...
The "space" in "Program Files" is giving me trouble. I'm trying to use UNC to copy a file from one server to another. This works: system("copy \\temp\\abc.txt...
... dachner2002> The "space" in "Program Files" is giving me trouble. I'm trying to use dachner2002> UNC to copy a file from one server to another. Don't use...
Hi, My program is to read a excel file. Search for a value in the first column of the file. And get the row number for that value found in the file. I have got...
Hi Try the following code. It prints the row number Regards Vijay #!/usr/bin/perl use strict; use Win32::OLE qw(in with); use Win32::OLE::Const 'Microsoft...
HI! My Name is Gergely Brautigam! I'm new to the list and i'm eager to help and contribute to the community! I'm working at EPAM Systems and i'm using perl for...