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 ...
37
Greg Webster
gwebster@...
Sep 5, 1998 8:50 am
... I think this one should work fine. ... First, make $a="0,0,123"; (notice the quotes) then @a=split(/,/,$a); Greg A great many people think they are...
36
Xiaoxiong Zhu
xxzhu@...
Sep 5, 1998 7:03 am
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...
35
Xiaoxiong Zhu
xxzhu@...
Sep 5, 1998 12:39 am
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...
34
pang khong lin
klpang@...
Sep 4, 1998 5:58 am
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,...
33
pang khong lin
klpang@...
Sep 2, 1998 9:21 am
Hi all, are there any available subroutines that perform data field validation, esp :- on data type, etc? ...
32
Dave Dustin
dave@...
Sep 2, 1998 5:30 am
... As the last line of the test2.pl put: 1; This will return a true value, therefore the compiler will be happy when it loads in the "module" -- Dave Dustin ...
31
pang khong lin
klpang@...
Sep 2, 1998 3:32 am
... SORRY THIS PART SHOULD BE test2.pl and not test.pl ... ______________________________________________________ ...
30
pang khong lin
klpang@...
Sep 2, 1998 3:23 am
this is part of the contents for test.pl $REQUIRE_DIR="c:92;\taform92;\cgi-bin\92;"; push(@INC,$REQUIRE_DIR) if $REQUIRE_DIR; require 'test2.pl39;; sub1(); and so on ....
29
Jeff Boes
jboes@...
Aug 27, 1998 11:54 pm
... POD: "plain old documentation". It's a means of bundling module documentation in the source code (where it stands some chance of getting updated whenever...
28
Harald Wolf
HaraldWolf@...
Aug 27, 1998 11:31 am
Hi, what is POD ? Which (Win32)-Application do i have to use if i want to read POD-Files ??? ____________________________________________________________ List...
27
Dave Dustin
dave@...
Aug 25, 1998 10:09 am
... This quickly (and probably badly) written piece of code below will do what you want. It will check to see if data.html exists, if it does, we work with...
26
Xiaoxiong Zhu
xxzhu@...
Aug 25, 1998 6:22 am
Hi,there. I need your help. I am using perl to wirte a cgi scripts. I need to insert a string into a data file called data.html . Suppose a tag <!--insert...
25
Jeff Boes
jboes@...
Aug 24, 1998 2:51 am
... Here's what you want: $_='My email address is <<<web@...>.'; print "$_ \n"; print "Match worked :$1:\n" if /<([^<]*)>/i; Broken down: < - matches a...
24
hdesign
hdesign@...
Aug 23, 1998 10:23 pm
I've been trying to figure out what is going on here: the first example returns > only $_='My email address is <<<web@...>.'; print "$_ \n"; print "Match...
23
Conrad Classen
cclassen@...
Aug 23, 1998 12:28 pm
Use the \s switch for spaces. i.e. /[\s]+/ Conrad ... From: pang khong lin <klpang@...> To: perl-beginner@... <perl-beginner@...> ...
22
pang khong lin
klpang@...
Aug 21, 1998 6:16 am
Help needed. I need to check a field to see whether it is empty. If it is not, need to check again if it contains only spaces. The empty part is easy, but how...
21
Martin Sjöberg
sjoberg@...
Aug 9, 1998 9:35 pm
Hi! I'm trying to make this regex work like I want it to. This is as close I've come so far. while ($form{msg} =~ m/\b\S{41,}?92;b/) { $form{msg} =~...
20
Greg Webster
gwebster@...
Aug 9, 1998 7:57 pm
... thru my local server (not the remote). I think I remember getting a free copy of Microsoft's "Personal Server" that came on the CD included in back of one...
19
sheila mclaughlin
sheila@...
Aug 9, 1998 6:39 pm
Please, ... Do you have server software on your local computer? If not the following will apply. If I am tryng to test my perl programs on my local computer, I...
18
Carmelo Rengifo A.
crengifo@...
Aug 9, 1998 4:31 pm
Please, How can I do to run a Perl CGI script from my browser (by example, Netscape) in Windows 95. I have Perl for Win32 v5.0003_7 on my PC. Thank you in...
17
Greg Webster
gwebster@...
Aug 8, 1998 11:02 pm
But I would like to add a screen that takes in Credit Card info. I would need to include fields other than "textfields". I can't seem to get the submit button...
16
Sheila McLaughlin
sheila@...
Aug 8, 1998 10:44 pm
Hi all, I have been reading the CGI.pm book by Lincoln Stein and I have a question regarding one of the scripts. (page 70, listing 2.3) If you don't have the...
15
Smith, Eric - WPAFB/Y...
Eric.Smith@...
Aug 6, 1998 1:44 pm
I assume you are using Win32 Perl. If so, you can either use the Win32::ODBC module or ADODB. If not, you need to lf you are on Unix, you might go to CPAN...
14
Greg Webster
gwebster@...
Aug 6, 1998 4:27 am
... I think that other than a minor segment in a Unix course at the local U here in Vancouver, there is nothing else local. I'm hoping to build a website with...
13
pang khong lin
klpang@...
Aug 6, 1998 12:31 am
yeap, help is needed here. Currently I am doing a project where I need to put up a form into the local intranet so that everyone could access it everywhere in...
12
webprogramming
info@...
Aug 5, 1998 11:59 pm
Here in the lush Irvine Silicon Valley of Southern California, there is still not a single JC , or even the local university for that matter, that teaches a...
11
Conrad Classen
cclassen@...
Aug 5, 1998 11:59 am
Thanks Chuck The first I had looked at, but the seond and thirs appear to be even more comprehensive. Conrad Here is a list of info I have found: 1....
10
Greg Webster
gwebster@...
Aug 5, 1998 7:04 am
... Hmmm...hard question. I personally went from HTML to Javascript then to Perl, and I'm still struggling along there. In the past though I've tried to teach...
9
Andy Beaver
andyb@...
Aug 5, 1998 6:42 am
I'm new to scripting on the Win 32 platform, but it seems as though there a lot of options -- Perl, VB Script, Java Script, WSH, Kix, etc. How do I know that...