[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dr Beeching



John Rowland (johnr@turquoisedays.demon.co.uk) wrote:
: The real mistake IMO was building housing on the closed lines. The
: alignments should have been kept clear or had cheap warehouses and low-rise
: industrial properties built on them, so that they could easily be cleared
: again.

Its relatively easy to clear housing.  The tricky bit is the planning
permission/Acts of Parliment/compulsory purchase orders/etc that let you
do so! ;-)

--
Tatty bye,

Jim'll

#!/usr/bin/perl -- -Whois++-client-in-6-lines-of-Perl -Beat-that-Z39.50! 
use IO::Socket;sub w{$f=shift;$a{$f}=1;($h,$p,$q)=split("/",$f);$s=
IO::Socket::INET->new(PeerAddr=>"$h:$p")||return;print $s "$q\r\n";while(<$s>)
{next if(/^%/);if(/^# SERVER-TO-ASK/){while(<$s>){$x=$1 if/Name: (.*)\r\n$/;$y
=$1 if/Port: (.*)\r\n$/;$f="$x/$y/$q";@j=(@j,$f)if(/^# END/&&!$a{$f})}}else{
print}}close($s)}@j=shift;while(@j){w(pop(@j))}# whois++.pl host/port/query