Re: Telnet

2001-06-20 Thread Joel Divekar
Thanks Brett Will surely download CygWin32... anyway I wanted to install it for Perl Regards Joel At 10:44 AM 6/20/2001 -0400, Brett W. McCoy wrote: >On Wed, 20 Jun 2001, SAWMaster wrote: > > > Yes and no. You cannot do it with telnet, but you can get what you want by > > using an x-term clie

Re: Telnet

2001-06-20 Thread Joel Divekar
Thanks SAWMaster (Not your real name I suppose) Will surely give it a try but I am looking for a free software Regards Joel At 09:25 AM 6/20/2001 -0500, SAWMaster wrote: >Yes and no. You cannot do it with telnet, but you can get what you want by >using an x-term client and setting up the ser

Re: Telnet

2001-06-20 Thread Joel Divekar
Thanks Derek Regards Joel At 03:01 PM 6/20/2001 +0100, Derek Harding wrote: >On Saturday 16 June 2001 07:28, Joel Divekar wrote: > > Hi > > > > Hey can we run KDE or Xwindows by telneting to Linux servers ??? > > > > Regards > >Not by telnet but certainly it is possible to run "dumb" terminals

accessing file per CGI.pm

2001-06-20 Thread Teresa Raymond
I am trying to learn how to use CGI.pm. The below code is bits and pieces from the CGI.pm - a Perl CGI Library documentation. I cannot get the uploaded file to print. I just don't know what it is I'm missing (I don't have any syntax errors apparently - this just returns a blank page). Thanks

use of modules with authorize.net

2001-06-20 Thread Susanne
does anyone have sample code that would educate me on credit card processing with authorize.net? tia.

Re: Please remove

2001-06-20 Thread Mohamad Daniar
Where did you sent it to ? It should be [EMAIL PROTECTED] and [EMAIL PROTECTED] and it will send you back email for confirmation that you have to reply, Mohamad - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 20, 2001 7:50

RE: Please remove

2001-06-20 Thread pato
I also have tried removal but I get this great little insulting remark that could only have been produced by a 'secret loyal order of Unix programmers' bit bombardier! Hi. This is the qmail-send program at onion.perl.org. I'm afraid I wasn't able to deliver your message to the following addresses

Re: Please remove

2001-06-20 Thread Mark Bergeron
Your gonna have to remove yourself. Didn't you get a confirmation email with the details of the what, where, why and how? Mark Bergeron Perl Junkie -Original Message- From: "Debo Lawrence-Cornett"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Wed Jun 20 15:05:45 PDT

Please remove

2001-06-20 Thread Debo Lawrence-Cornett
I would like to be removed from this list. It is probably very helpful, but there's just too much. Thanks. [EMAIL PROTECTED] Debo Lawrence-Cornett Cornett Web Design [EMAIL PROTECTED] Member of the following professional Web Designer Associations: International Webmasters Association http://i

RE: need code

2001-06-20 Thread Curtis Poe
--- Camilo Gonzalez <[EMAIL PROTECTED]> wrote: > try > > system (/bin/somecommand $variable); > > or even > > `somecommand $variable`; > > -Original Message- > From: Alen Sarkinovic [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 2:11 PM > To: [EMAIL PROTECTED] > Subject

RE: need code

2001-06-20 Thread Camilo Gonzalez
try system (/bin/somecommand $variable); or even `somecommand $variable`; -Original Message- From: Alen Sarkinovic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 2:11 PM To: [EMAIL PROTECTED] Subject: need code Hi Can anybody send me code of perl that will take input fr

need code

2001-06-20 Thread Alen Sarkinovic
Hi Can anybody send me code of perl that will take input from web and execute Unix command ,I mean SYSTEM(/bin/somecommand $variable) I have try everything but still not able to execute from web ,everything goes fine from command line :perl -T script.pl variable=blabla

Re: How to learn Perl??

2001-06-20 Thread Brent Michalski
Hmmm. This is a double-edged sword. - The jokes pretty much *had* to be better! - How much better is the key! > o The jokes are better. (We're constantly improvising jokes in the > classroom, and some of these end up as part of the standard Stonehenge > script, and the best of those

Re: How to learn Perl??

2001-06-20 Thread Randal L. Schwartz
> "kotto" == kotto <[EMAIL PROTECTED]> writes: kotto> k, something wierd happened here ... anyways, the authors kotto> are: Randal L. Schwartz and Tom Christiansen Not for the very-soon-to-be-released third edition. That'd be me and my senior trainer, Tom Phoenix (rootbeer). And here's t

Re: How to learn Perl??

2001-06-20 Thread Randal L. Schwartz
> "Euan" == Euan Morton <[EMAIL PROTECTED]> writes: Euan> http://www.oreilly.com/catalog/lperl3/ Euan> Learning Perl, 3rd Edition Euan> Making Easy Things Easy and Hard Things Possible Euan> By Randal L. Schwartz & Tom Phoenix Euan> 3rd Edition July 2001 (est.) Euan> 0-596-00132-0, Order N

Telnet

2001-06-20 Thread Grierson, Garry (UK07)
There are a few shareware and freeware Win32 X-Terminal programs available on http://www.tucows.com/winnt/xwinservernt.html although these are for NT most run on all Win32 ops. > -- > From: SAWMaster[SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 3:25 PM > To:

Re: Telnet

2001-06-20 Thread Brett W. McCoy
On Wed, 20 Jun 2001, SAWMaster wrote: > Yes and no. You cannot do it with telnet, but you can get what you want by > using an x-term client and setting up the server box to allow x connections. > One commercial example of an X-Term client for a windows box would be > X-Win32. Do a search on the

Re: Telnet

2001-06-20 Thread SAWMaster
Yes and no. You cannot do it with telnet, but you can get what you want by using an x-term client and setting up the server box to allow x connections. One commercial example of an X-Term client for a windows box would be X-Win32. Do a search on the net for "X-Win32" and you'll find plenty of in

Re: Telnet

2001-06-20 Thread n6tadam
Hi, Of course, you could also run ssh (secure shell). This is more secure than telnet. On the server, make sure that the process "sshd" is running, thus: ps aux | grep sshd HTH, Thomas Adam, a student (in the VIth form) Linux Co-ordinator for The Purbeck School (Network Support) Wareham, Dorse

Re: Telnet

2001-06-20 Thread Derek Harding
On Saturday 16 June 2001 07:28, Joel Divekar wrote: > Hi > > Hey can we run KDE or Xwindows by telneting to Linux servers ??? > > Regards Not by telnet but certainly it is possible to run "dumb" terminals onto a Linux server (Linux Terminal Server Project) so that 486/25 SX processors with 8MB

RE: How to learn Perl??

2001-06-20 Thread Brett W. McCoy
On Wed, 20 Jun 2001 [EMAIL PROTECTED] wrote: > k, something wierd happened here ... anyways, the authors > are: Randal L. Schwartz and Tom Christiansen > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 8:27 AM > To: [EMAIL PROTECT

RE: How to learn Perl??

2001-06-20 Thread Adam Carson
try it with 2 L's (Llama instead of lama >>> <[EMAIL PROTECTED]> 06/20/01 09:24AM >>> k, something wierd happened here ... anyways, the authors are: Randal L. Schwartz and Tom Christiansen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2

Re: How to learn Perl??

2001-06-20 Thread fliptop
[EMAIL PROTECTED] wrote: > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 8:27 AM > To: [EMAIL PROTECTED] > Subject: RE: How to learn Perl?? > > Can you tell me the author as when I am checking for this Lama book I'm > getting a

RE: How to learn Perl??

2001-06-20 Thread Euan Morton
http://www.oreilly.com/catalog/lperl3/ Learning Perl, 3rd Edition Making Easy Things Easy and Hard Things Possible By Randal L. Schwartz & Tom Phoenix 3rd Edition July 2001 (est.) 0-596-00132-0, Order Number: 1320 300 pages (est.), $34.95 (est.) Sincerely Euan Morton, CIBER @ Xerox Web Develo

RE: How to learn Perl??

2001-06-20 Thread kotto
k, something wierd happened here ... anyways, the authors are: Randal L. Schwartz and Tom Christiansen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 8:14 AM To: [EMAIL PROTECTED] Subject: RE: How to learn Perl?? -Original Mes

RE: How to learn Perl??

2001-06-20 Thread kotto
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 8:27 AM To: [EMAIL PROTECTED] Subject: RE: How to learn Perl?? Can you tell me the author as when I am checking for this Lama book I'm getting all buddist books. Cheers, Elaine.

RE: How to learn Perl??

2001-06-20 Thread kotto
There's a lot of brilliant contributors to this list. If you're like me, and are one of less than brilliant intelligence, I'd get the "Lama Book" a.k.a. "Learning Perl" ... it's WAAAY better IMHO to learn on. I have both now, because I started with the Camel book, and would sweat ( and I program

RE: Imbedded awk

2001-06-20 Thread Brett W. McCoy
On Wed, 20 Jun 2001, Kris Cook wrote: > I'd get a copy of GNU AWK for Win32 systems, and install it on your NT > server. Then, you can just integrate the AWK scripts. AWK jams at pattern > matching, so if you have a fairly significant script, I'd agree that you > don't want to rewrite it unless

RE: Imbedded awk

2001-06-20 Thread Kris Cook
I'd get a copy of GNU AWK for Win32 systems, and install it on your NT server. Then, you can just integrate the AWK scripts. AWK jams at pattern matching, so if you have a fairly significant script, I'd agree that you don't want to rewrite it unless you're just looking for the practice. I great

RE: How to learn Perl??

2001-06-20 Thread Kris Cook
Welcome to the fold. Perl, first of all, is an object oriented scripting language, but it's definitely one of the most powerful scripting languages I've seen. The reasons for using Perl are numerous: it's free; it's easy to learn; it's extensible; it's free; it's portable, and supported on almos

Imbedded awk

2001-06-20 Thread Grierson, Garry (UK07)
Is it possible to embed an existing awk script into a Perl CGI? I a rewriting some old web based library archive material that uses awk based scripts held on HP-UX systems. I am replacing this with an NT and Perl based system, but it would take a lot of duplicated effort to re-do the existing awk

Re: How to learn Perl??

2001-06-20 Thread dave hoover
Henrik_Linderbäck wrote: > Hi > > I don´t know anything about Perl but i will try to > learn. Where kan i find information about Perl and > answer to my questions?? > > [snip] > First, try http://learn.perl.org. They've got links to some good books and resources. I started learning Perl

RE: How to learn Perl??

2001-06-20 Thread Grierson, Garry (UK07)
There are a number of good books available. You can start by looking through the following sites: http://www.perl.org - http://www.perl.com - General Perl Sites that Includes Perl history and help pages http://www.cpan.org - Resources and information http://www.oreilly.com or http://perl.oreill

remove me from list please

2001-06-20 Thread orhun
can anyone remove me from this list please -- ISPRO Internet Servisleri http://www.ispro.net.tr/

How to learn Perl??

2001-06-20 Thread Henrik Linderbäck
Hi I don´t know anything about Perl but i will try to learn. Where kan i find information about Perl and answer to my questions?? What is Perl? Why using Perl? How to start? Do i have to buy a book or can i find everything on internet?? If there is somone how have made something with Perl

Re: Server Push - ditto

2001-06-20 Thread Geraint Jones
On Tuesday 19 June 2001 7:07 pm, you wrote: > This link should have several examples of what you are looking for. > > http://stein.cshl.org/WWW/software/CGI/examples/ > > --- "Moon, John" <[EMAIL PROTECTED]> wrote: > > Ditto ... any body doing this ?... I too want to uses frames to send a > > mes

Re: Need Perl/CGI/DBI/mysql Examples

2001-06-20 Thread Elaine -HFB- Ashton
[EMAIL PROTECTED] [[EMAIL PROTECTED]] quoth: *> *>I swear I wont be stealing anyones code for my own, all I want is just a *>"road map" for my own educational purposes. If anyone wouldn`t mind *>sharing or could point me in the right direction, it would be *immensely* *>appreciated! I was in the

Re: Hi, my first question is about binary data

2001-06-20 Thread Chas Owens
On 18 Jun 2001 03:45:57 +0800, Chan Jennifer wrote: > Hey folks, > > Please don't scold me if I am asking a very stupid > question. =) > > I am now handling some sort of text files, > however, they are eating me a lot of harddisk. > > I tried to using PACK, however, I found that I cannot > unpa

RE: Telnet

2001-06-20 Thread Joel Divekar
Hi Hey can we run KDE or Xwindows by telneting to Linux servers ??? Regards Joel At 03:26 PM 6/15/2001 +0100, Crowder, Rod wrote: >telnet is not defunct, but is a very basic connection. Normally, connecting >to a unix or other multi-user system, you will have to login/logon with a >name and pa