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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 58 - 87 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
58 dalekh@... Send Email Jun 10, 1999
8:37 pm
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\@work.com...
59 Jeff Boes
jboes@... Send Email
Jun 11, 1999
1:05 am
... A regexpr? Heck, you are using a cannon to kill a flea. $elist = "younme\@work.com shenhim\@work.com itnher\@work.com"; @elistList = split(/\s+/, $elist); ...
60 dalekh@... Send Email Jun 11, 1999
8:45 pm
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...
61 Jeff Boes
jboes@... Send Email
Jun 12, 1999
2:53 am
use CGI; print header, start_html, start_form, scrolling_list(-name=>'network', -multiple=>'true', -values=>['ethernet','token16','token4'], ...
62 dalekh@... Send Email Jun 12, 1999
5:07 pm
what about an array like - @array or $list <001001beb47e$b21126a0$204fbbd-@mishra> wrote: Original Article:...
63 Jeff Boes
jboes@... Send Email
Jun 13, 1999
12:27 am
You can substitute an array reference for the [...] below, just put in '\@array'. Dunno what you mean by $list, did you mean to type %list? If so, you can use...
64 dave@... Send Email Jun 20, 1999
3:17 pm
<7ju452$lfa-@egroups.com> wrote: Original Article: http://www.egroups.com/group/perl-beginner/?start=62 ... Something like this perhaps? use CGI; my %list =...
65 Tomas Lauridsen
trol@... Send Email
Jun 20, 1999
6:29 pm
On 20-Jun-99 dave@... wrote: If i paste this program to a file and run it, then I just get: No comma allowed after filehandle at ./form.pl line 9. why...
66 Greg Webster
greg@... Send Email
Jun 20, 1999
6:50 pm
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 ...
67 sheldon.smith@... Send Email Jul 9, 1999
3:57 am
<dbaa10208a5fd211b57b0008c7281246324de-@nj7460exch006u> wrote: original article:http://www.egroups.com/group/perl-beginner/?start=44 ... In another mailing...
68 dave@... Send Email Jul 15, 1999
1:28 pm
<xfmail.990620200020.tro-@...> wrote: original article:http://www.egroups.com/group/perl-beginner/?start=65 ... Sorry about that. The corrected code is...
69 news@... Send Email Aug 3, 1999
1:47 pm
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...
70 Greg Thompson
greg@... Send Email
Aug 6, 1999
5:32 am
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...
71 write_deborah@... Send Email Aug 7, 1999
7:41 pm
Netscape says it cannot find this link--is there a new one? I just signed up with thisgroup today as i am interested in learning Perl. Thanks Deborah ... er/...
72 Greg Webster
greg@... Send Email
Aug 8, 1999
4:14 am
Yup, here it is :) http://www.gadgeteer.net/worldmap/worldmap.shtml Greg ... Greg Webster - http://www.geekrights.org - http://www.gadgeteer.net Email:...
73 Manolo.Marzan@... Send Email Aug 13, 1999
1:39 pm
... I placed those backslashes (\) in my parameter list because I want them as references. And inside those functions they are being manipulated. After the...
74 minuteofdecay@... Send Email Sep 6, 1999
2:38 am
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...
75 Smith, Eric - WPAFB/Y...
Eric.Smith@... Send Email
Sep 7, 1999
1:58 pm
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...
76 fenners@... Send Email Sep 8, 1999
4:12 pm
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...
77 Smith, Eric - WPAFB/Y...
Eric.Smith@... Send Email
Sep 8, 1999
4:41 pm
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...
78 Dave Hannum
hannum@... Send Email
Sep 8, 1999
4:49 pm
Get yourself a copy of the latest Perl for Win32 from Active States, then get something like Microsoft's Personal Web Server. Both are freeware. Set your...
79 James Fox
james@... Send Email
Sep 9, 1999
3:01 pm
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...
80 Manolo.Marzan@... Send Email Sep 9, 1999
3:14 pm
Yes, you are allowed to use any characters when you're placing comments... Manolo Marzan Wenlock Way West Gorton Manchester UK ... From: james@......
81 Dave Hannum
hannum@... Send Email
Sep 10, 1999
3:20 am
Hello James, In answer to your quesiton, yes - Perl disregards anything in a line after the # sign except for the shebang on the first line. Example: ...
82 crengifo@... Send Email Sep 19, 1999
3:09 pm
If your PC have installed Windows 95 or Windows 98, then you can use perl for win32. 1. Download Activestate Port (APi519.exe). ActiveState Port is available...
83 James Fox
james@... Send Email
Sep 21, 1999
4:34 pm
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 -...
84 Smith, Eric - WPAFB/Y...
Eric.Smith@... Send Email
Sep 21, 1999
4:44 pm
... 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...
85 Oliver Manickum
oliver@... Send Email
Sep 21, 1999
4:54 pm
Hi James, As far as I know, it depends on the server that you are running on. eg. For IIS4 you have to set the association for the file in it - in IIS =...
86 Oliver Manickum
oliver@... Send Email
Sep 21, 1999
4:56 pm
Oh and don;t for get to add the %s %s after setting the location C:\perl\bin\perl.exe %s %s ... From: Smith, Eric - WPAFB/YSXOI To: 'perl-beginner@egroups.com'...
87 tlowery@... Send Email Oct 9, 1999
5:53 am
... C:\perl\bin\perl.exe %s %s Even better is: c:\perl\bin\perl.exe -Tw %s %s This ensures scripts are executed with warning and tainted. ... path to ... ...
Messages 58 - 87 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