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: 3765
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

... From the Win32 FAQ (faq6) ... When a script is executed, the first %s will be replaced by the full path to the script, and the second %s will be replaced...
4 Oct 9, 1999
5:53 am

tlowery@...
Send Email

Hi there, I am running a perl script called subscribe.pl (on WinNT), this script basically runs fine, however, if I type in http://myaddress.com/subscribe.pl -...
1 Sep 21, 1999
4:34 pm

James Fox
james@...
Send Email

I am new to the Internet and I am steadily getting my head around how things work having spent a long time in the IT industry using COBOL etc. I now know that...
2 Sep 19, 1999
3:09 pm

crengifo@...
Send Email

Yes, you are allowed to use any characters when you're placing comments... Manolo Marzan Wenlock Way West Gorton Manchester UK ... From: james@......
2 Sep 10, 1999
3:20 am

Dave Hannum
hannum@...
Send Email

Hello, I'm new to this list, let me do a very small intoduction. <boring bit> I'm James Fox, working in Sheffield, England, for a consultancy called DJ...
1 Sep 9, 1999
3:01 pm

James Fox
james@...
Send Email

You can... 1. Run the script from the command line. The CGI module (CGI.pm) provides for command line debugging. 2. Install a web server on your PC and test...
2 Sep 8, 1999
4:49 pm

Dave Hannum
hannum@...
Send Email

The script can not open the file, "http://www.creaturesofnight.org/chat/logs/1999-9-7.txt". It appears that this file does not exist. Not sure, but would...
1 Sep 7, 1999
1:58 pm

Smith, Eric - WPAFB/Y...
Eric.Smith@...
Send Email

i am having with a chat cgi script. The script can be reached at http://www.creaturesofnight.org/chat/chat.cgi login with test paswd test. if you can help me...
1 Sep 6, 1999
2:38 am

minuteofdecay@...
Send Email

... I placed those backslashes (\) in my parameter list because I want them as references. And inside those functions they are being manipulated. After the...
1 Aug 13, 1999
1:39 pm

Manolo.Marzan@...
Send Email

Perl Beginners Mailing List - The PBML is a list for the close-to absolute Perl beginner, allowing more experienced (and very kind and patient) Perl...
4 Aug 8, 1999
4:14 am

Greg Webster
greg@...
Send Email

Hi list! Can someone please help me write a quick little perl program that takes info from a form submission (a paragraph that someone submits, plus their name...
1 Aug 6, 1999
5:32 am

Greg Thompson
greg@...
Send Email

Hello, I am very new to Perl. I have wrote a simple program - "testbuf.pl" (code attached below), just to see how "safe" is perl in a very busy server...
1 Aug 3, 1999
1:47 pm

news@...
Send Email

I would like to use a list of values created from parsing a quoted list and display it in a browser using HTML. I also want the user to be able select a item...
7 Jul 15, 1999
1:28 pm

dave@...
Send Email

Hi, I am looking for a perl tutorial that caters to beginners. I have subscribed to several email lists,but they seem to be for more advanced students. Any...
4 Jul 9, 1999
3:57 am

sheldon.smith@...
Send Email

Hiya folks, Just a reminder from your unseen moderator that in order to post to the list, you really should join it. I've had a couple of people recently ...
1 Jun 20, 1999
6:50 pm

Greg Webster
greg@...
Send Email

I have a variable in a config file that I would like to parse and create a list from the space delimited values. Here is the format: elist = "younme&#92;@work.com...
2 Jun 11, 1999
1:05 am

Jeff Boes
jboes@...
Send Email

Robert Pepper has a nice one... http://www.netcat.co.uk/rob/perl/win32perltut.html ... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based...
2 Mar 3, 1999
2:17 am

David Nobles
DNobles@...
Send Email

subscribe ... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based e-mail groups by eGroups.com...
6 Mar 2, 1999
8:40 pm

(no author) ...

how can I be added to this mail list... my email address is t.lee@... ... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based...
1 Mar 2, 1999
8:32 pm

Terry Lee
t.lee@...
Send Email

Hello! I am thinking about installing a HTTP server in a PC (with Windows Workstation NT 4.0) that it is not connected to the Internet (to test scripts)....
1 Jan 14, 1999
3:40 pm

igarcia@...
Send Email

Here's a resource that may help some of you: CGI Programming 101 (online course) http://www.cgi101.com/class/ -- Jeffery Boes <jboes@...> Mur Consulting:...
1 Dec 9, 1998
9:35 pm

Jeff Boes
jboes@...
Send Email

I need to search and replace a certain word in a text file from a webform submission. The user would enter a word (in this case a domain name) in an input box...
2 Oct 9, 1998
12:35 am

Jeff Boes
jboes@...
Send Email

Hi all, have some codes that i can't figure out :- $count = 0; %in = ( "a1","1","b1","2","a2","3","b2","4" ); while ($count <= 2) { ++$count; print...
1 Oct 3, 1998
5:54 am

pang khong lin
klpang@...
Send Email

I saw a short query on Usenet today, and couldn't help myself: I had to write a Perl snippet. The result was rather obscure looking, and may provide an ...
1 Sep 18, 1998
2:49 am

Jeff Boes
jboes@...
Send Email

1.How to print a string with spaces? print "$a $b $c" #Is it ok?One space before $b and two spaces before $c print "$a' '$b' '$c" #Which one is right? 2.How...
2 Sep 5, 1998
8:50 am

Greg Webster
gwebster@...
Send Email

Hi, $Bill and others. This is my first cgi program for tracking my visitors to two targeted links. I checked them twice and find no bug but it still do not run...
1 Sep 5, 1998
12:39 am

Xiaoxiong Zhu
xxzhu@...
Send Email

hi all, Thanks Matthew ! Managed to modify it to suit my need( like catering for leading spaces and tabs etc ) Kind of fun playing with regex. As for the date,...
1 Sep 4, 1998
5:58 am

pang khong lin
klpang@...
Send Email

Hi all, are there any available subroutines that perform data field validation, esp :- on data type, etc? ...
1 Sep 2, 1998
9:21 am

pang khong lin
klpang@...
Send Email

... SORRY THIS PART SHOULD BE test2.pl and not test.pl ... ______________________________________________________ ...
2 Sep 2, 1998
5:30 am

Dave Dustin
dave@...
Send Email

this is part of the contents for test.pl $REQUIRE_DIR="c:&#92;\taform&#92;\cgi-bin\&#92;"; push(@INC,$REQUIRE_DIR) if $REQUIRE_DIR; require 'test2.pl&#39;; sub1(); and so on ....
1 Sep 2, 1998
3:23 am

pang khong lin
klpang@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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