Re: errno=104

[prev] [thread] [next] [lurker] [Date index for 2006/08/23]

From: Juerd
Subject: Re: errno=104
Date: 13:14 on 23 Aug 2006
A. Pagaltzis skribis 2006-08-23 13:23 (+0200):
> You can use Perl???s $! magic to avoid all the faffing around:
>     $ perl -le'$!=104;print"$!"'
>     Connection reset by peer

Let's golf.

    perl -le'print$!=104'

Or, if you don't mind extra fluff:

    perl -e'die$!=104'


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html
There's stuff above here

Generated at 03:01 on 31 Aug 2006 by mariachi 0.52