Re: perl script to replace html login?

2002-02-08 Thread Johannes Franken
On Fri, Feb 08, 2002 at 02:01:30PM +0200, Martin Fluch wrote: > Is there a easy way to make a perl skript to send an http post request apt-get install libwww-perl man 1p POST -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/

Re: perl script to replace html login?

2002-02-08 Thread Pietro Cagnoni
> Hi! > > Is there a easy way to make a perl skript to send an http post request > produced by the following html form? > > > > > > > > The reply of the server is not important... install libwww-perl and use LWP::UserAgent . pietro.

Re: perl script

1999-02-08 Thread Jiri Baum
Hamish Moffatt: [about DOS lineends] > vim has always hidden these characters, AFAIK. nvi doesn't. :set ff=unix Or did I already write that? It changes the mode for the current file from whatever it was to Unix. Jiri -- <[EMAIL PROTECTED]> We'll know the future has arrived when every mailer

Re: perl script

1999-02-07 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Hamish Moffatt <[EMAIL PROTECTED]> wrote: [about CRLF at the end of a line] >vim has always hidden these characters, AFAIK. nvi doesn't. vim -b file :%!col -b Mike. -- Indifference will certainly be the downfall of mankind, but who cares?

Re: perl script

1999-02-07 Thread Hamish Moffatt
On Thu, Jul 17, 1997 at 11:43:58AM -0700, Mike Schmitz wrote: > mike:~$ invoice -n > Illegal character \015 (carriage return) at /home/mschmitz/bin/invoice line 3. > (Maybe you didn't strip carriage returns after a network transfer?) > > > -- Snip -- > > The only transfers th

Re: perl script

1999-02-06 Thread Jiri Baum
Mike Schmitz: > I don't have pico, and usually use only vim. Vim showed no ^M's so I was > fairly satisfied that they did not exist. ... > Is vim now trying to be compatible with M$?!! Yeah, vim is trying to be too clever. :set ff=unix or :set fileformat=unix For more info, :help filefo

Re: perl script

1999-02-05 Thread Mike Schmitz
On Jul 17, Ben Gertzfield wrote > > "Mike" == Mike Schmitz <[EMAIL PROTECTED]> writes: > > Mike> I upgraded my system to hamm recently, and I am having > Mike> trouble with a script I have been using to create > Mike> invoices. The error message is: > > Mike> -- Snip -

Re: perl script

1997-07-21 Thread Ronald van Loon
In a message to me, Hamish Moffatt, you wrote: |"On Thu, Jul 17, 1997 at 10:40:45PM -0700, Mike Schmitz wrote: |"> I don't have pico, and usually use only vim. Vim showed no ^M's so I was |"> fairly satisfied that they did not exist. I started looking at the file |"> in other editors on my system

Re: perl script

1997-07-18 Thread Hamish Moffatt
On Thu, Jul 17, 1997 at 10:40:45PM -0700, Mike Schmitz wrote: > I don't have pico, and usually use only vim. Vim showed no ^M's so I was > fairly satisfied that they did not exist. I started looking at the file > in other editors on my system, ae & xedit, ae showed none, but xedit saw > them big a

Re: perl script

1997-07-18 Thread Mike Schmitz
On Jul 17, Ben Gertzfield wrote > > "Mike" == Mike Schmitz <[EMAIL PROTECTED]> writes: > > Mike> I upgraded my system to hamm recently, and I am having > Mike> trouble with a script I have been using to create > Mike> invoices. The error message is: > > Mike> -- Snip -

Re: perl script

1997-07-17 Thread Ben Gertzfield
> "Mike" == Mike Schmitz <[EMAIL PROTECTED]> writes: Mike> I upgraded my system to hamm recently, and I am having Mike> trouble with a script I have been using to create Mike> invoices. The error message is: Mike> -- Snip -- Mike> mike:~$ invoice -n Illegal charac