Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3766
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 10926 - 10955 of 27463   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10926 Franki
frankieh@... Send Email
Jul 1, 2002
8:32 am
Hello people.. I have found that the single biggest problem I have with other people loading my scripts onto their servers is that there is no definative way...
10927 Don Smith
login2001ca Send Email
Jul 1, 2002
1:29 pm
Hi Franki, I'm new to Perl, but I do know of a free script called perldiver.cgi from ScriptSolutions. ...
10928 Kyle Babich
kb@... Send Email
Jul 1, 2002
1:57 pm
How is that done where there is no filename included in the url, just the directory and then the variables? Thanks in advance....
10929 Oliver Manickum
oliver@... Send Email
Jul 1, 2002
2:04 pm
Are you taking about websites ? because when this is done -- the default document is used i.e. under IIS the default document can be default.asp, and if it...
10930 Jenda Krynicky
jendaperl Send Email
Jul 1, 2002
2:21 pm
From: "susan59_98" <digregor@...> ... You are returning a hash reference and trying to assign it to a hash. You have to use either %partSorted =...
10931 webmaster_bmw Send Email Jul 1, 2002
2:31 pm
... 2 ... Why on earth would you want to do that? You could use redirection (Location:) or why not just have one script that does all the things that the three...
10932 Charles K. Clarkson
charlesclarkson Send Email
Jul 1, 2002
7:14 pm
... There are some mistakes in the code that I would like to point out to you. We can all learn from it. I'll do the ... Congratulations! There's more to learn...
10933 slavik944 Send Email Jul 2, 2002
4:10 pm
Hello all, I was wondering if there a video based training course that is worthwhile to look at? I program in perl but I feel there are concepts that I need...
10934 Denny Malloy
denny.malloy@... Send Email
Jul 2, 2002
9:16 pm
I am trying to connect to an Access data base using Win32::ODBC. I have read the documentation a few times and I am confused by what they mean by DSN. Follows...
10935 Don Smith
login2001ca Send Email
Jul 2, 2002
10:17 pm
Charles, Thanks once again! I enjoy learning new things and I work with Perl as a 'hobby&#39; because its challenging. I look forward to the day when I feel...
10936 Don Smith
login2001ca Send Email
Jul 3, 2002
1:32 am
Denny, I believe you have to register the database in the ODBC Administrator. Open 'Control Panel' Open 'ODBC Datasources&#39; Click 'Add' on the User DSN Tab ...
10937 Chris LaFrance
claf1982 Send Email
Jul 3, 2002
3:31 am
I have a variable called $amts which is gathered from a table in a MySQL databse. This variable is a list of numbers (amounts), what I am trying to do is...
10938 RSS
skumar.srinivasan@... Send Email
Jul 3, 2002
4:11 am
Hai Chris, Try with this part of code....This is straight forward and it works, but I'm not sure whether its the best way to do it sub total { # Determines...
10939 Will
self_deprecated@... Send Email
Jul 3, 2002
7:46 am
Greets Folks, Not to create competition between lists, but is there a good mailing list specifically dedicated to CGI.pm? Thanks, Will ...
10940 Denny Malloy
denny.malloy@... Send Email
Jul 3, 2002
2:30 pm
Thanks Don! It works. Your instructions where great! Denny Denny, I believe you have to register the database in the ODBC Administrator. Open 'Control Panel' ...
10941 uhuhuhuhuhuhuhuhuhuhu...
uhuhuhuhuhuh... Send Email
Jul 3, 2002
2:49 pm
I need to know: How do you make it so when you go to say main.pl it just opens the homepage, but if you go to main.pl? action=download&location=file.zip it...
10942 burnt_ice091 Send Email Jul 3, 2002
8:54 pm
Does anyone have a CRC (-32 or -16, but very preferably -32) algorithm in pp? I tried searching google in numerous directories, but nothing turned up....
10943 daymobrew Send Email Jul 4, 2002
6:52 am
... algorithm in pp? I tried searching google in numerous directories, but nothing turned up. ... Huh? I've used the String::CRC module to get a CRC of files....
10944 IG T
jmcs2de Send Email
Jul 4, 2002
10:23 am
hello i would like to send email purely out of perl not through and with an external application like for example Mail::Mailer does ? are there any modules for...
10945 Jenda Krynicky
jendaperl Send Email
Jul 4, 2002
11:45 am
From: "IG T" <goes_t_idia@...> ... Plenty. Mail::Sendmail, Mail::Sender, MIME::Lite, ... Jenda =========== Jenda@... ==...
10946 webmaster_bmw Send Email Jul 4, 2002
11:46 am
... ========================================================== What exactly do you mean by that? To send e-mail using Perl you still need some kind of mail...
10947 IG T
jmcs2de Send Email
Jul 4, 2002
2:14 pm
From: "webmaster_bmw" ... i meant perl + module being autonomous without any external mail client application ... i am glad you mentioned it :) win me i want...
10948 daymobrew Send Email Jul 4, 2002
6:08 pm
... such as ... achieve? ... Net::SMTP allows you to deal with the SMTP server directly. No external executable required. Works on all platforms....
10949 burnt_ice091 Send Email Jul 4, 2002
8:15 pm
... pp means pure perl. sorry, that is rather obscure....
10950 Charles K. Clarkson
charlesclarkson Send Email
Jul 5, 2002
6:47 am
... I don't like subroutines that modify variables defined outside the subroutine. For that reason I re-wrote the sub as well as offering a different method to...
10951 Denny Malloy
denny.malloy@... Send Email
Jul 5, 2002
5:16 pm
Hi, The following grep works correctly in my script but I was wondering if there is a way I can make this more efficient. The @match_file can be 1 to over ...
10952 Gordon Stewart
gordonisnz Send Email
Jul 5, 2002
5:24 pm
At 13:16 5/07/02 -0400, Denny Malloy wrote :- ... Do you want something like :- @new = grep(/^$to_match/i, @match_file); # weed out non searched while...
10953 Denny Malloy
denny.malloy@... Send Email
Jul 5, 2002
5:51 pm
At 13:16 5/07/02 -0400, Denny Malloy wrote :- ... there ... that ... Do you want something like :- @new = grep(/^$to_match/i, @match_file); # weed out non...
10954 Adrian Stovall
drakaan_2001 Send Email
Jul 5, 2002
11:23 pm
just make sure that you send "Content-type: application/zip\n&#92;n" instead of "Content-type: text/html\n\n" when you see that action with that filename ...
10955 Jeff 'japhy' ...
evilffej Send Email
Jul 6, 2002
3:46 am
... You should not be using an array for this. You should be using a hash instead. The only drawback would be that your hash can't have the same key twice,...
Messages 10926 - 10955 of 27463   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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