Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 25606 - 25660 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25606
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:...
Steve Horn
nitroexpress...
Offline Send Email
Aug 1, 2007
10:57 am
25607
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...
youwenjia
Offline Send Email
Aug 1, 2007
8:26 pm
25608
... 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...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Aug 1, 2007
8:39 pm
25609
From: Steve Horn <kcom@...> ... 1) This is not a free scripting service. 2) The fact that it was written for UNIX doesn't necessarily mean that it...
Jenda Krynicky
jendaperl
Offline Send Email
Aug 1, 2007
10:04 pm
25610
Hi, Some one please send me pdf material to learn SHELL scripting... Thanks, -NASIR...
nasir.bari
Offline Send Email
Aug 2, 2007
8:33 am
25611
Nasir, Although this is not a Shell list, download these two documents, Bash Guide for Beginners and Advanced Bash-Scripting Guide from: ...
frederico.caldeira@...
fbcaldeira
Offline Send Email
Aug 2, 2007
10:44 am
25612
Nasir, Try this site...good one http://www.tldp.org/LDP/Bash-Beginners-Guide/html/index.html ... From: "frederico.caldeira@..."...
Raja Rajasekaram
fastaero95
Offline Send Email
Aug 2, 2007
2:25 pm
25613
You may download & refer the following file. A comprehensive one... ...
Jack
senthil_jack
Offline Send Email
Aug 3, 2007
11:51 am
25621
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 ...
monique_202
Offline Send Email
Aug 9, 2007
5:52 pm
25622
[Non-text portions of this message have been removed]...
Morris, Frank
fmorris53913
Offline Send Email
Aug 9, 2007
8:09 pm
25623
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...
Rob Richardson
interrobang
Offline Send Email
Aug 10, 2007
12:34 am
25624
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@...
Send Email
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@...
Send Email
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...
merlyn@...
merlynstoneh...
Online Now Send Email
Aug 15, 2007
2:59 pm
25632
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@...
Send Email
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...
merlyn@...
merlynstoneh...
Online Now Send Email
Aug 15, 2007
5:26 pm
25636
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@...
Send Email
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...
merlyn@...
merlynstoneh...
Online Now Send Email
Aug 17, 2007
6:54 am
25645
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@...
Send Email
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....
merlyn@...
merlynstoneh...
Online Now Send Email
Aug 21, 2007
12:42 am
25647
... 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,...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Aug 21, 2007
1:48 am
25648
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...
Sylvain Pascal
sylvainpascal
Offline Send Email
Aug 21, 2007
10:17 am
25649
I just got back from vacation and banned him. RobR...
interrobang
Offline Send Email
Aug 21, 2007
10:20 am
25650
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
Offline Send Email
Aug 22, 2007
4:27 pm
25651
... 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...
merlyn@...
merlynstoneh...
Online Now Send Email
Aug 22, 2007
5:05 pm
25652
Perfect!! Thanks a million!! Don ... I'm trying to use ... 777 0095 ... training!...
dachner2002
Offline Send Email
Aug 22, 2007
5:30 pm
25653
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...
ramaparvathi
Offline Send Email
Aug 23, 2007
8:12 pm
25654
Hi, Your code is working well in my system. I think, you need to check in your excel. Regards Vijay ... file...
Vijaya Kumar
mp_vijayakumar
Offline Send Email
Aug 24, 2007
9:56 am
25655
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...
Vijaya Kumar
mp_vijayakumar
Offline Send Email
Aug 24, 2007
11:11 am
25660
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...
skarlso777
Offline Send Email
Aug 30, 2007
8:39 am
Messages 25606 - 25660 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help