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 282 - 311 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
282 Eugene Heriniaina
eug_hery@... Send Email
May 1, 2000
8:38 pm
Hello, I'm writing a newspage where people can write, butI cannot have the linebreak even if I do this in the form parsing. $value =~ s/\n/<br>\n/g;...
283 Dan Boger
dan@... Send Email
May 2, 2000
4:22 pm
On Mon, 1 May 2000 21:31:59 +0300 "Eugene Heriniaina" <eug_hery@...> wrote ... does $value have the whole entry in it? try this: $value =~...
284 Ian Fenelon
fenners@... Send Email
May 2, 2000
8:19 pm
I have a problem! Can someone help....please! This is probably something very straightforward for a moderately experienced web developer (which I obviously am...
285 Brenda
j.w.horner@... Send Email
May 3, 2000
1:36 am
I'm interested in teaching myself Perl, I have downloaded Active Perl although I'm not sure I understand how to use it. I can get a saved perl script to work...
286 Ingenue
nikita@... Send Email
May 3, 2000
2:14 am
You invoke the interpreter by doing one of the following: type "./program.pl" at the prompt, or.. type "perl program.pl" at the prompt (make sure the perl...
287 Brenda Horner
j.w.horner@... Send Email
May 3, 2000
2:21 am
No such file or directory now what do I do???? ... From: "Ingenue" <nikita@...> To: <perl-beginner@egroups.com> Sent: Tuesday, May 02, 2000 10:21...
288 Joseph Kiok
kiok@... Send Email
May 3, 2000
2:36 am
have you verified the filename? Program.pl is different from program.pl hope it helps. regards, joseph ... From: Brenda Horner To: perl-beginner@egroups.com ...
289 Mike Lewis
cajun@... Send Email
May 3, 2000
2:42 am
Brenda, Also, "./program.pl" is for Unix, not WinBlows. The best basic tutorial that I'm aware of is Robert's Perl Tutorial: ...
290 Ingenue
nikita@... Send Email
May 3, 2000
3:18 am
./program.pl is also for Windows. The "./" just tells Windows the same thing it does to Unix -- that the program is in the current directory. You can skip...
291 Mike Lewis
cajun@... Send Email
May 3, 2000
3:37 am
Sorry, not to start a holy war here, but this is not correct. Had you said ".\program", I would agree 100%. Look again at what you said below. ... From:...
292 Aditya Hermawan
dity@... Send Email
May 3, 2000
3:56 am
I am sure there is a help file included with the distribution. Read it first, before doing anything :) I was also confused when working with Perl for windows,...
293 Eugene Heriniaina
eug_hery@... Send Email
May 3, 2000
9:07 am
Hello I found a way using the Active Perl ... even up to create a HTML file in my windows. I don't know if you already knew it. After creating your Cgi files...
294 Tom Barron
tbarron@... Send Email
May 3, 2000
3:03 pm
... Hi, Brenda. My guess is that you're running under Windows. Is that right? In Windows, there are a few things to take note of: 1. You need to make sure...
295 Brenda Horner
j.w.horner@... Send Email
May 3, 2000
7:25 pm
I'm not even sure what Win32 is right now, I'm getting very confused. but I want to learn this ... From: Mike Lewis To: perl-beginner@egroups.com Sent:...
296 Brenda Horner
j.w.horner@... Send Email
May 3, 2000
7:27 pm
I have heard of unix and that is about it. I've never had any experience with it. ... From: "Aditya Hermawan" <dity@...> To:...
297 spyguy_003@... Send Email May 3, 2000
9:37 pm
i'm a beginner in perl, but not in programming. is active perl the best way to learn perl? what are some other ways? please send help. i really want to...
298 Brenda Horner
j.w.horner@... Send Email
May 3, 2000
10:05 pm
Tom, do you have some way of walking me through this, I'm very much a hands on person. And can';t always "see" what's right in front of me in writing. ... ...
299 David E Newman
denewman@... Send Email
May 3, 2000
10:29 pm
... Perl no matter what platform your on is good to learn on. Especially if you don't have access to a unix box (which is probably the best). Goto...
300 ianmax
ianmax@... Send Email
May 4, 2000
1:28 am
... Unfortunatley, like some of us, Brenda may not be able to wrk in a unix environment. She may be, like myself stuck with only having access to a Windows...
301 Mike Lewis
cajun@... Send Email
May 4, 2000
3:54 am
Hi Brenda. Win32 = Windows95, Windows98, WindowsNT, and Windows 2000. Check out the URL I sent you. Mike ... From: Brenda Horner...
302 Jerry Chimutanda
jerry@... Send Email
May 4, 2000
10:11 am
I am running Personal Web Server for Windows 95/98 and I downloaded Active Perl and installed it under the directory: C:\Perl My PWS is under C:\WebShare\........
303 Kai Hintze
kai_hintze@... Send Email
May 4, 2000
6:32 pm
... I want to learn this Win32 refers to any of the "32-bit" Windows. That includes Win95, Win98, WinNT, and patched versions of Win3.1 and Windows for ...
304 Desmond Ng
desmond_nwh@... Send Email
May 7, 2000
2:09 pm
Can anyone give me the source code to link perl to mySQL database and how do i find something using the select command from one of the table. Just a few...
305 Ingenue
nikita@... Send Email
May 7, 2000
9:58 pm
For a few bucks, you should invest in the O'Reilly mSQL and mySQL book. They have plenty of examples for many different languages. It also teaches you SQL...
306 Bambang Bayu
bbayuaji@... Send Email
May 8, 2000
4:31 am
Hi, I'm really beginner of this perl language. I don't know how to start to learn this perl language. What software do I need? How to install the software? I ...
307 Ingenue
nikita@... Send Email
May 8, 2000
5:02 am
You usually learn with books. You can also take a class at college. ... From: "Bambang Bayu" <bbayuaji@...> To: <perl-beginner@egroups.com> Sent:...
308 Bambang Bayu
bbayuaji@... Send Email
May 8, 2000
7:26 am
Yes, but I need someone to told me something about perl, so I can imagine how it works. Like when I can't imagine how the web page was created, someone has...
309 sjaak nabuurs
vsm_sjaak@... Send Email
May 8, 2000
10:29 am
The first question is what do you want to do on the internet. Large dbases or .... Sjaak CityTower.com ... From: Bambang Bayu To: perl-beginner@egroups.com ...
310 Night Rider
sebaie@... Send Email
May 8, 2000
10:35 am
Hey I have something that may help you you can search for this book Teach your self perl 5 in here www.itknowledge.com download it .. and you ll get the whole...
311 Tom Barron
tbarron@... Send Email
May 8, 2000
3:48 pm
... Another free option is to go to http://www.perl.com and start reading. From there, you can download everything you need to run perl on Win32, Macintosh, or...
Messages 282 - 311 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