script.
> [I have used Win2K pro SP4, ActiveState Perl 5.8.3 build 809, Apache 2.0,
> IE 6.0, mod_perl 2.0]
>
> Where have I gone wrong ??
> or
> How do I get my Perl scripts running on the web-server
> Pls help me.
>
>
>
> Thanks In Advance,
> Sumanth
--
Geraint Jones
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
chalski,
Addison-Wesley, ISBN 0-201-71014-5
And of course you should have Stein's book (the creator of CGI.pm):
"Official Guide to Programming with CGI.pm", Lincoln Stein, Wiley Computer
Publishing, ISBN 0-471-24744-8
--
Geraint Jones
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
je Hotmail & Messenger berichten op je mobiele telefoon met Hotmail
> SMS http://www.msn.nl/jumppage/
--
Geraint Jones
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ust
> web based stuff.
>
> Thanks
I would recommend this book:
"Writing CGI Applications with Perl" by Kevin Meltzer & Brent Michalski.
I'm also of the opinion that the more books you have the merrier. Sometimes
authors do the same thing differently and you may prefer
ux. And if that doesn't work, then I
guess it's time to learn about session management, which is probably the best
option if you want different users with different browsers to use your forms.
--
Geraint Jones
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
document.
Apparently, there's more info about pragmas at www.w3.org, specifically
RFC2616 (ftp://ftp.isi.edu/in-notes/rfc2616.txt). I haven't been able to
prove this though since the Network Officer where I work has disabled FTP on
the proxy :-(
Disclaimer: I haven't tested th
On Wednesday 25 September 2002 10:46 am, fliptop wrote:
> On Wed, 25 Sep 2002 at 10:00, Geraint Jones opined:
>
> GJ:On Tuesday 24 September 2002 3:41 pm, fliptop wrote:
> GJ:> On Tue, 24 Sep 2002 at 13:24, Geraint Jones opined:
> GJ:>
> GJ:> GJ:I'm trying to get t
On Tuesday 24 September 2002 3:41 pm, fliptop wrote:
> On Tue, 24 Sep 2002 at 13:24, Geraint Jones opined:
>
> GJ:I'm trying to get the output from a barcode scanner into my CGI script.
> What I GJ:would like to see is the barcode going straight into a text box
> in my GJ
w Perl CGI scripts to
access my /dev/ttyS1 port. Any help on this matter would be greatly
appreciated.
Thanks.
--
Geraint Jones
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ke to know what experiences (if any) the
people on this list have had with Komodo, and whether it's any good for CGI
work. Perhaps there are other apps that are better, if so, please post your
comments.
--
Geraint Jones
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
etailing how to implement a Server Push
with ASP - it also talks about "Client Pull" as a possibility). Also, check
out Lincoln Stein's website http://stein.cshl.org/WWW/software/CGI/#contents
or his book on CGI to find out how to implement Server Push.
--
Geraint Jones
--
To unsubsc
On Tuesday 25 June 2002 1:58 pm, Fred Sahakian wrote:
> Anyone know of a program that can create barcodes on the screen from
> entered numbers?
>
> thanks!
Found this on CPAN:
http://www.perl.com/CPAN-local/modules/by-module/Barcode/
--
Geraint Jones
--
To unsubscribe, e-mail: [EMA
editor of
choice on Windows. I'm still searching for something similar for Linux...
--
Geraint Jones
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> > You shouldn't use quotes - instead use apostrophe's, there is
> > probably a
> > reason why, but I can't remember.
>
> That's because there is no reason. The double quotes are fine,
> and are not related to the problem in any way.
OK. It's probably because every example I've seen uses apostro
Hello all,
I have a CGI app. that stores data in a text file of format:
--Start of file
FIELD1: VALUE1
FIELD2: VALUE2
FIELD3: VALUE3
FIELD4: VALUE4
/n
FIELD1: VALUE1
...and so on
Note: FIELD1 is unique, others aren't
My program reads this file and stores the data in an array, and saves it back
On Monday 25 June 2001 3:03 pm, you wrote:
> To all,
>
> I have programmed in C, Fortran, C++, Java, Awk, Korn Shell, but I am
> new to Perl. I already have a few quick reference documentation for
> Perl in a Linux in a nutshell book. I have money to buy just one Perl
> book. What is the b
On Saturday 23 June 2001 3:04 am, you wrote:
> its most likely because the web server is running as nobody
> and the file is owned by your user.
> you can make the file writable to everyone by type :
> chmod goa+rwx
>
> or to be safe you can install SuExec on apache, it will execute the cgis
> a
I'm stuck! I want to write to a text file through a CGI script in
append/truncate mode, but every time I am told I don't have permission. I'm
running Linux, I've changed ownership and group to nobody and nogroup to no
avail.
What do I have to do to get it to work? Security is not an issue (yet
. I too want to uses frames to send a
> > message to another frame without regenerating the form in the originating
> > frame ...
> >
> > or is there a CGI solution I'm not seeing ?
> >
> > John W Moon
> > -Original Message-
> > From: Gerai
Hello list,
I've just implemented a CGI script that uses a server push, and while it
performs the required task, I was wondering if there is any way of improving
it. For example, is it possible to use frames? That is, can I keep one frame
static while updating another frame? Are there any reso
Try putting the following at the beginning of your script, it helps a lot
with debugging CGI:
use CGI::Carp qw/fatalsToBrowser/;
Instead of getting the usual Internal Server error, it displays the error in
your browser. Of course, make sure you have CGI first.
Try:
doStore();
without the &
Geraint.
On Saturday 09 June 2001 5:48 am, you wrote:
> Hi i subscribed to all of the mailing lists at learn.perl.org.
> Unfortunately there are about 200 Mails i recieve daily only from
> perl.org's subscriptions. But i like them all. I never felt bad. But the
> problem is there are some urgent personal
On Monday 04 June 2001 11:58 am, you wrote:
> The CD Book shelf has just been updated to include the 3rd edition of
> "Programming Perl".
>
> Don't let anyone sell you the old edition!
>
> best regards,
>
> Richard
Damn! I bought the bookshelf before it was updated. I wish you could upgrade
book
On Saturday 02 June 2001 6:15 am, you wrote:
> Hi,
>
> I just finished taking a 2 day training class on Perl and would like to
> learn more about the language. Is there a book that you all swear by
>that helped you figure out the impossible?
>
> Much appreciated.
>
> Hager
I would suggest you bu
25 matches
Mail list logo