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/
> 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.
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
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?
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
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
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 -
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
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
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 -
> "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
11 matches
Mail list logo