Skip to search.
perl-beginner · Perl Beginners Mailing List

Group Information

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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 3696 - 3725 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3696 arnottf@... Send Email Jun 1, 2001
9:59 am
Please! Im up sh*t creek!!! Ive got a script which Ive adapted to post job adverts. It works really well but I need a way to edit/delete them too and I need it...
3697 arnottf@... Send Email Jun 1, 2001
10:55 am
did you ever get a solution to this? I too am trying to find a way of editing/deleting ads without having to buy a script! any help is GREATLY appreciated!!!! ...
3698 David Aldridge
holein5@... Send Email
Jun 1, 2001
12:46 pm
Thank you VERY much! ... From: J.E. Cripps [mailto:cycmn@...] Sent: Friday, June 01, 2001 12:34 AM To: perl-beginner@yahoogroups.com Subject: Re: [PBML]...
3699 portia317@... Send Email Jun 1, 2001
1:29 pm
I need help with hashes- I have this piece of code: my %sourceip; my %countsip; my %countlogs; my %count_logs; my %count_ip; my %loger; my %logsrc; foreach...
3700 Greg
webmaster@... Send Email
Jun 1, 2001
1:33 pm
Yep. My message board now has the ability for advertisers to delete their ads. My approach was thus: When an ad is posted, a random 6 character password is...
3701 Charles K. Clarkson
c_clarkson@... Send Email
Jun 1, 2001
6:14 pm
... [snipped code] ... Could you just show what you want the output to look like instead? I really don't follow what your asking for. Charles K. Clarkson And...
3702 ericvia@... Send Email Jun 2, 2001
12:12 am
Please bear with a beginner - I am FORCING myself to learn PERL, so although I know I can do what I want to do using AWK, I want to be able to do such things...
3703 sarah_dahler@... Send Email Jun 2, 2001
2:55 am
3704 Gordon Stewart
gordonistewart_nz@... Send Email
Jun 2, 2001
3:24 pm
Hi there - its nearly time for bed again, & i'm *ALMOST* there.. Ive got the cookies etc.. & the select going - however I think my result ( $got ) is selecting...
3705 zoom29@... Send Email Jun 2, 2001
6:52 pm
Hi everyone, I have been trying for the past 4 hours straight to solve this problem so I am now asking for HELP! Reading "programming Perl" and "Perl...
3706 Charles K. Clarkson
c_clarkson@... Send Email
Jun 2, 2001
9:02 pm
<zoom29@...> ... You can install a module anywhere you want and use 'use lib' to tell perl where it is: use lib '../modules'; use myModule; Assuming...
3707 zoom29@... Send Email Jun 2, 2001
10:01 pm
... Thanks that works, but I had to change the package line in the module from package cgibin::reader; to package reader; Your solution is more...
3708 Jeremiah Megie
jmegie81@... Send Email
Jun 2, 2001
10:20 pm
I wrote this to check to see if the mailserver was running, and then to display the results on a webpage. It was working, but it wouldn't echo the results....
3709 Charles K. Clarkson
c_clarkson@... Send Email
Jun 3, 2001
12:30 am
... While it is assigned a 0 value, $got is not used in your code. $fr is assigned $ta - $sum, but is also not used, other than in a print statement. It is ...
3710 Charles K. Clarkson
c_clarkson@... Send Email
Jun 3, 2001
12:44 am
... I think this could be written shorter, but I was going for clarity. I used a while loop instead of arrays, to avoid a lot of memory use for long files. sub...
3711 Eric Via
ericvia@... Send Email
Jun 3, 2001
2:04 am
On 6/2/01, with the clock reading 7:43 PM -0500, Charles K. Clarkson took a sip of coffee, stared into the email screen, and with the greatest of confidence...
3712 Charles K. Clarkson
c_clarkson@... Send Email
Jun 3, 2001
3:30 am
Eric Via <ericvia@...> ... Well, here in Dallas it might mean 'Hotter Than Heck', but I mean 'Hope That Helps'. HTH, Charles K. Clarkson The Earth is...
3713 Charles K. Clarkson
c_clarkson@... Send Email
Jun 3, 2001
4:05 am
... You're starting a sub with an open parenthesis '(' instead of an open brace '{'. [snip] HTH, Charles K. Clarkson ... My forehead has a hand-shaped imprint...
3714 James E Keenan
jkeen@... Send Email
Jun 3, 2001
1:08 pm
Sean: Thanks again for taking the time to review my code. I've tried out some of ... my $data_file = 'digest.data'; require $data_file; This works; 'requires'...
3715 Gordon Stewart
gordonistewart_nz@... Send Email
Jun 3, 2001
3:11 pm
... wrote: > Gordon Stewart <gordonistewart_nz@...> ... <CUT> ... see why 'maa' is not selected. I think we need to see what is in banner.list and a...
3716 Gordon Stewart
gordonistewart_nz@... Send Email
Jun 3, 2001
3:19 pm
i'm also on ICQ - 83440115 - Send a message to me even if it says im offline (im usually pon invisible) - If im online i'll reply woithin 1 min. G....
3717 Franky Claeys
franky_claeys@... Send Email
Jun 3, 2001
4:34 pm
Hi all, This may be a little bit of a easy problem but I'm not finding the solution (bit of newbie...): In a perl/cgi script I would like to construct ...
3718 Gordon Stewart
gordonistewart_nz@... Send Email
Jun 3, 2001
4:43 pm
... Hi all, ... Do you need help Creating the directory / files - Or are they already created, & you need to just created the AHREF tags to get to the files ? ...
3719 Gordon Stewart
gordonistewart_nz@... Send Email
Jun 3, 2001
4:44 pm
... Hi all, ... Do you need help Creating the directory / files - Or are they already created, & you need to just created the AHREF tags to get to the files ? ...
3720 Gordon Stewart
gordonistewart_nz@... Send Email
Jun 3, 2001
4:47 pm
... Hi all, ... If you want to just create the A HREF tags, it should be as follows :- print "<li>name <b><a href=names\/$in{username}.htm><\/a><\/b>\n"; you...
3721 Charles K. Clarkson
c_clarkson@... Send Email
Jun 3, 2001
5:02 pm
Gordon Stewart <gordonistewart_nz@...> [snip] ... Not in strings. You need to escape '/' characters in regexes where the forward slash is a delimeter. ...
3722 Gordon Stewart
gordonistewart_nz@... Send Email
Jun 3, 2001
5:36 pm
hi there - im off to bed now... http://n-zealand.hypermart.net/cgi-bin/test/banner.list http://n-zealand.hypermart.net/cgi-bin/test/banner3.txt ...
3723 Gordon Stewart
gordonistewart_nz@... Send Email
Jun 3, 2001
5:36 pm
hi there - im off to bed now... http://n-zealand.hypermart.net/cgi-bin/test/banner.list http://n-zealand.hypermart.net/cgi-bin/test/banner3.txt ...
3724 franky_claeys@... Send Email Jun 3, 2001
7:18 pm
This is my enteire cgi-script: #!/usr/bin/perl -w use CGI; use DBI; use diagnostics; use Data::Dumper; read(STDIN,$buffer,$ENV{'CONTENT_LENGTH'}); ...
3725 Jeremiah Megie
jmegie81@... Send Email
Jun 3, 2001
8:24 pm
Can someone tell me why this script doesn't work. Everything works except, when it gets to the telnet section, it automatically prints the "done" screen, but...
Messages 3696 - 3725 of 27344   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