I have found this useful:
http://developer.grup.com.tr/language/perl/perl5
atb
Lars
-Original Message-
From: Sunthari [mailto:[EMAIL PROTECTED]]
Sent: 21 August 2001 16:29
To: Roger C Haslock; [EMAIL PROTECTED]
Subject: Re: Help on script
Dear List,
Perl is not my first programming l
Hi,
I have recently started writing perl but haven't come across a really good
editor, any suggestions/recommendations?
Thanks in advance,
Lars
I have cut your script down (see below)
1) You don't need ARGV (and were using it wrongly); use $filename =
'C:\Perl\bin\folder\princess.txt'; instead.
2) You do need to open and cloae the file being read (INPUT, below)
3) You need double quotes around strings containing variables; single quote
I use Ultra Edit works petty good
Mike
-Original Message-
From: Stampe, Lars [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 22, 2001 4:23 AM
To: [EMAIL PROTECTED]; Stampe, Lars
Subject: Perl editor
Hi,
I have recently started writing perl but haven't come across a really
good
edit
Hey folks,
I'm working on a simple app that doesn't allow for any true DB persistent
storage/access of data. I only need a small amount of data access anyways,
but I would like to structure it a bit via XML/DTD. What I'd REALLY like to
do is have the ability to search the entire XML docume
--- Roger C Haslock <[EMAIL PROTECTED]> wrote:
> I have cut your script down (see below)
Some comments:
> #!usr/perl/bin
>
> use CGI;
In this program, you're using the function oriented version of CGI.pm. That means
you'll need to
import the functions. One way:
use CGI qw/:standard/;
Hi David,
I don't quite understand the problem you are trying to solve but if your
question is "how do I parse and modify an XML document from Perl?" then have
you looked at CPAN?
http://search.cpan.org/search?mode=module&query=XML
regards
Joel
-Original Message-
From: David Simcik
Hi all,
My first question is a little off the beaten track. I'm writing some web
counter software at the moment. Basically I use Javascript to embed the
following into a html page: