Home » Personal collection » Acorn hard disk » apps » web » Telnet/!Telnet/!Help
Telnet/!Telnet/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » apps » web |
Filename: | Telnet/!Telnet/!Help |
Read OK: | ✔ |
File size: | 0CAD bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1.6M_NetBits.adf » !Telnet/!Help
- Personal collection » Acorn hard disk » apps » web » Telnet/!Telnet/!Help
File contents
Help file for !Telnet ~~~~~~~~~~~~~~~~~~~~~ Application : Telnet Purpose : A command line telnet program Version : 0.02 Author : Leo White Date : Thu 22nd January 1998 � Leo White, 1998 -------------------------------------------------------------------- Telnet is a simple command line telnet program. It can be used to connect to unix machines, chat daemons, MUDs etc. The only telnet option it supports is 'echoing', and runs in a char-by-char mode. Hopefully later versions will support more telnet options. -------------------------------------------------------------------- Usage: telnet can be run in the following way telnet <hostname> <port> or telnet <hostname>:<port> Hostname can either be the textual host name "your.hostname.com" or can be the equivalent IP number "123.456.789.1". If the port number if not specified then the default telnet port number is used (23) Also if the hostname is "0", then telnet will attempt to connect to "localhost". -------------------------------------------------------------------- Things To Do ~~~~~~~~~~~~ -Support more of the telnet options -Add the ability to switch between linemode and char-by-char mode. -Allow the user to 'escape' out to a 'telnet>' promopt -------------------------------------------------------------------- Program History ~~~~~~~~~~~~~~~ Version 0.01 ~~~~~~~~~~~~ Hostname lookup and connection. Only seems to want to connect to MUDs and chat daemons. But not to 'proper' telnet daemons. Ran in linemode. Runs happily in a taskwindow. Version 0.02 Thu 22nd January 1998 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fixed a small bug which allowed telnet to connect to 'proper' unix telnet daemons. Switched to running in char-by-char mode as this works better on unix machines. ---------------------------------------------------------------- Disclaimer ~~~~~~~~~~ This software is provided as is. The author cannot take responsibility for any loss of data or any other problems consequent upon the use of this program. ---------------------------------------------------------------- Conditions of Use ~~~~~~~~~~~~~~~~~ This software is freeware. It may be freely distributed as long as no money is exchanged, apart from cost of distribution i.e. cost of discs, and that all the original files are included. ---------------------------------------------------------------- Updates and Listing Files ~~~~~~~~~~~~~~~~~~~~~~~~~ You can get the latest version of telnet from my web page at http://www.ukc.ac.uk/php/lptw1 or at http://www.brighteyes.u-net.com ---------------------------------------------------------------- Contacting The Author ~~~~~~~~~~~~~~~~~~~~~ If you wish to contact me, e.g. to tell me about any bugs, improvements etc. Or if you just want to send me large amounts of money :) (Well you never know), then you can use the following methods. email : lptw1@ukc.ac.uk (Should be valid for a few more years yet) lptw1@brighteyes.u-net.com or send mail to L P T White 208 New Road West Parley Ferndown Dorset BH22 8EN Any mail arriving here will be sent on to me at University. So could take quite some time to reach me.
00000000 48 65 6c 70 20 66 69 6c 65 20 66 6f 72 20 21 54 |Help file for !T| 00000010 65 6c 6e 65 74 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |elnet.~~~~~~~~~~| 00000020 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a 20 20 41 |~~~~~~~~~~~.. A| 00000030 70 70 6c 69 63 61 74 69 6f 6e 20 3a 20 54 65 6c |pplication : Tel| 00000040 6e 65 74 0a 20 20 50 75 72 70 6f 73 65 20 20 20 |net. Purpose | 00000050 20 20 3a 20 41 20 63 6f 6d 6d 61 6e 64 20 6c 69 | : A command li| 00000060 6e 65 20 74 65 6c 6e 65 74 20 70 72 6f 67 72 61 |ne telnet progra| 00000070 6d 0a 20 20 56 65 72 73 69 6f 6e 20 20 20 20 20 |m. Version | 00000080 3a 20 30 2e 30 32 0a 20 20 41 75 74 68 6f 72 20 |: 0.02. Author | 00000090 20 20 20 20 20 3a 20 4c 65 6f 20 57 68 69 74 65 | : Leo White| 000000a0 0a 20 20 44 61 74 65 20 20 20 20 20 20 20 20 3a |. Date :| 000000b0 20 54 68 75 20 32 32 6e 64 20 4a 61 6e 75 61 72 | Thu 22nd Januar| 000000c0 79 20 31 39 39 38 0a 20 20 20 20 20 20 20 20 20 |y 1998. | 000000d0 0a a9 20 4c 65 6f 20 57 68 69 74 65 2c 20 31 39 |.. Leo White, 19| 000000e0 39 38 0a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |98..------------| 000000f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000120 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 54 65 6c 6e 65 74 |--------..Telnet| 00000130 20 69 73 20 61 20 73 69 6d 70 6c 65 20 63 6f 6d | is a simple com| 00000140 6d 61 6e 64 20 6c 69 6e 65 20 74 65 6c 6e 65 74 |mand line telnet| 00000150 20 70 72 6f 67 72 61 6d 2e 20 20 49 74 20 63 61 | program. It ca| 00000160 6e 20 62 65 20 75 73 65 64 0a 74 6f 20 63 6f 6e |n be used.to con| 00000170 6e 65 63 74 20 74 6f 20 75 6e 69 78 20 6d 61 63 |nect to unix mac| 00000180 68 69 6e 65 73 2c 20 63 68 61 74 20 64 61 65 6d |hines, chat daem| 00000190 6f 6e 73 2c 20 4d 55 44 73 20 65 74 63 2e 20 20 |ons, MUDs etc. | 000001a0 54 68 65 20 6f 6e 6c 79 20 74 65 6c 6e 65 74 0a |The only telnet.| 000001b0 6f 70 74 69 6f 6e 20 69 74 20 73 75 70 70 6f 72 |option it suppor| 000001c0 74 73 20 69 73 20 27 65 63 68 6f 69 6e 67 27 2c |ts is 'echoing',| 000001d0 20 61 6e 64 20 72 75 6e 73 20 69 6e 20 61 20 63 | and runs in a c| 000001e0 68 61 72 2d 62 79 2d 63 68 61 72 20 6d 6f 64 65 |har-by-char mode| 000001f0 2e 0a 48 6f 70 65 66 75 6c 6c 79 20 6c 61 74 65 |..Hopefully late| 00000200 72 20 76 65 72 73 69 6f 6e 73 20 77 69 6c 6c 20 |r versions will | 00000210 73 75 70 70 6f 72 74 20 6d 6f 72 65 20 74 65 6c |support more tel| 00000220 6e 65 74 20 6f 70 74 69 6f 6e 73 2e 0a 0a 2d 2d |net options...--| 00000230 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000270 2d 2d 0a 0a 55 73 61 67 65 3a 20 20 74 65 6c 6e |--..Usage: teln| 00000280 65 74 20 63 61 6e 20 62 65 20 72 75 6e 20 69 6e |et can be run in| 00000290 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 77 | the following w| 000002a0 61 79 0a 0a 74 65 6c 6e 65 74 20 3c 68 6f 73 74 |ay..telnet <host| 000002b0 6e 61 6d 65 3e 20 3c 70 6f 72 74 3e 0a 6f 72 0a |name> <port>.or.| 000002c0 74 65 6c 6e 65 74 20 3c 68 6f 73 74 6e 61 6d 65 |telnet <hostname| 000002d0 3e 3a 3c 70 6f 72 74 3e 0a 0a 20 20 48 6f 73 74 |>:<port>.. Host| 000002e0 6e 61 6d 65 20 63 61 6e 20 65 69 74 68 65 72 20 |name can either | 000002f0 62 65 20 74 68 65 20 74 65 78 74 75 61 6c 20 68 |be the textual h| 00000300 6f 73 74 20 6e 61 6d 65 20 22 79 6f 75 72 2e 68 |ost name "your.h| 00000310 6f 73 74 6e 61 6d 65 2e 63 6f 6d 22 0a 6f 72 20 |ostname.com".or | 00000320 63 61 6e 20 62 65 20 74 68 65 20 65 71 75 69 76 |can be the equiv| 00000330 61 6c 65 6e 74 20 49 50 20 6e 75 6d 62 65 72 20 |alent IP number | 00000340 22 31 32 33 2e 34 35 36 2e 37 38 39 2e 31 22 2e |"123.456.789.1".| 00000350 20 20 49 66 20 74 68 65 20 70 6f 72 74 0a 6e 75 | If the port.nu| 00000360 6d 62 65 72 20 69 66 20 6e 6f 74 20 73 70 65 63 |mber if not spec| 00000370 69 66 69 65 64 20 74 68 65 6e 20 74 68 65 20 64 |ified then the d| 00000380 65 66 61 75 6c 74 20 74 65 6c 6e 65 74 20 70 6f |efault telnet po| 00000390 72 74 20 6e 75 6d 62 65 72 20 69 73 0a 75 73 65 |rt number is.use| 000003a0 64 20 28 32 33 29 0a 0a 20 41 6c 73 6f 20 69 66 |d (23).. Also if| 000003b0 20 74 68 65 20 68 6f 73 74 6e 61 6d 65 20 69 73 | the hostname is| 000003c0 20 22 30 22 2c 20 74 68 65 6e 20 74 65 6c 6e 65 | "0", then telne| 000003d0 74 20 77 69 6c 6c 20 61 74 74 65 6d 70 74 20 74 |t will attempt t| 000003e0 6f 20 63 6f 6e 6e 65 63 74 0a 74 6f 20 22 6c 6f |o connect.to "lo| 000003f0 63 61 6c 68 6f 73 74 22 2e 0a 0a 20 20 0a 2d 2d |calhost"... .--| 00000400 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000440 2d 2d 0a 0a 54 68 69 6e 67 73 20 54 6f 20 44 6f |--..Things To Do| 00000450 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a 20 |.~~~~~~~~~~~~.. | 00000460 20 2d 53 75 70 70 6f 72 74 20 6d 6f 72 65 20 6f | -Support more o| 00000470 66 20 74 68 65 20 74 65 6c 6e 65 74 20 6f 70 74 |f the telnet opt| 00000480 69 6f 6e 73 0a 20 20 2d 41 64 64 20 74 68 65 20 |ions. -Add the | 00000490 61 62 69 6c 69 74 79 20 74 6f 20 73 77 69 74 63 |ability to switc| 000004a0 68 20 62 65 74 77 65 65 6e 20 6c 69 6e 65 6d 6f |h between linemo| 000004b0 64 65 20 61 6e 64 20 63 68 61 72 2d 62 79 2d 63 |de and char-by-c| 000004c0 68 61 72 20 6d 6f 64 65 2e 0a 20 20 2d 41 6c 6c |har mode.. -All| 000004d0 6f 77 20 74 68 65 20 75 73 65 72 20 74 6f 20 27 |ow the user to '| 000004e0 65 73 63 61 70 65 27 20 6f 75 74 20 74 6f 20 61 |escape' out to a| 000004f0 20 27 74 65 6c 6e 65 74 3e 27 20 70 72 6f 6d 6f | 'telnet>' promo| 00000500 70 74 0a 20 20 20 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d |pt. .---------| 00000510 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000540 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 50 72 6f |-----------..Pro| 00000550 67 72 61 6d 20 48 69 73 74 6f 72 79 0a 7e 7e 7e |gram History.~~~| 00000560 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a 56 65 |~~~~~~~~~~~~..Ve| 00000570 72 73 69 6f 6e 20 30 2e 30 31 0a 7e 7e 7e 7e 7e |rsion 0.01.~~~~~| 00000580 7e 7e 7e 7e 7e 7e 7e 0a 0a 20 20 48 6f 73 74 6e |~~~~~~~.. Hostn| 00000590 61 6d 65 20 6c 6f 6f 6b 75 70 20 61 6e 64 20 63 |ame lookup and c| 000005a0 6f 6e 6e 65 63 74 69 6f 6e 2e 20 20 4f 6e 6c 79 |onnection. Only| 000005b0 20 73 65 65 6d 73 20 74 6f 20 77 61 6e 74 20 74 | seems to want t| 000005c0 6f 20 63 6f 6e 6e 65 63 74 20 74 6f 20 0a 4d 55 |o connect to .MU| 000005d0 44 73 20 61 6e 64 20 63 68 61 74 20 64 61 65 6d |Ds and chat daem| 000005e0 6f 6e 73 2e 20 20 42 75 74 20 6e 6f 74 20 74 6f |ons. But not to| 000005f0 20 27 70 72 6f 70 65 72 27 20 74 65 6c 6e 65 74 | 'proper' telnet| 00000600 20 64 61 65 6d 6f 6e 73 2e 0a 52 61 6e 20 69 6e | daemons..Ran in| 00000610 20 6c 69 6e 65 6d 6f 64 65 2e 0a 52 75 6e 73 20 | linemode..Runs | 00000620 68 61 70 70 69 6c 79 20 69 6e 20 61 20 74 61 73 |happily in a tas| 00000630 6b 77 69 6e 64 6f 77 2e 0a 0a 56 65 72 73 69 6f |kwindow...Versio| 00000640 6e 20 30 2e 30 32 20 54 68 75 20 32 32 6e 64 20 |n 0.02 Thu 22nd | 00000650 4a 61 6e 75 61 72 79 20 31 39 39 38 0a 7e 7e 7e |January 1998.~~~| 00000660 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 00000670 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a |~~~~~~~~~~~~~~~.| 00000680 0a 46 69 78 65 64 20 61 20 73 6d 61 6c 6c 20 62 |.Fixed a small b| 00000690 75 67 20 77 68 69 63 68 20 61 6c 6c 6f 77 65 64 |ug which allowed| 000006a0 20 74 65 6c 6e 65 74 20 74 6f 20 63 6f 6e 6e 65 | telnet to conne| 000006b0 63 74 20 74 6f 20 27 70 72 6f 70 65 72 27 20 75 |ct to 'proper' u| 000006c0 6e 69 78 0a 74 65 6c 6e 65 74 20 64 61 65 6d 6f |nix.telnet daemo| 000006d0 6e 73 2e 20 20 0a 53 77 69 74 63 68 65 64 20 74 |ns. .Switched t| 000006e0 6f 20 72 75 6e 6e 69 6e 67 20 69 6e 20 63 68 61 |o running in cha| 000006f0 72 2d 62 79 2d 63 68 61 72 20 6d 6f 64 65 20 61 |r-by-char mode a| 00000700 73 20 74 68 69 73 20 77 6f 72 6b 73 20 62 65 74 |s this works bet| 00000710 74 65 72 0a 6f 6e 20 75 6e 69 78 20 6d 61 63 68 |ter.on unix mach| 00000720 69 6e 65 73 2e 0a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d |ines...---------| 00000730 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000760 2d 2d 2d 2d 2d 2d 2d 0a 0a 44 69 73 63 6c 61 69 |-------..Disclai| 00000770 6d 65 72 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a |mer.~~~~~~~~~~..| 00000780 20 20 54 68 69 73 20 73 6f 66 74 77 61 72 65 20 | This software | 00000790 69 73 20 70 72 6f 76 69 64 65 64 20 61 73 20 69 |is provided as i| 000007a0 73 2e 20 20 54 68 65 20 61 75 74 68 6f 72 20 63 |s. The author c| 000007b0 61 6e 6e 6f 74 20 74 61 6b 65 20 72 65 73 70 6f |annot take respo| 000007c0 6e 73 69 62 69 6c 69 74 79 0a 66 6f 72 20 61 6e |nsibility.for an| 000007d0 79 20 6c 6f 73 73 20 6f 66 20 64 61 74 61 20 6f |y loss of data o| 000007e0 72 20 61 6e 79 20 6f 74 68 65 72 20 70 72 6f 62 |r any other prob| 000007f0 6c 65 6d 73 20 63 6f 6e 73 65 71 75 65 6e 74 20 |lems consequent | 00000800 75 70 6f 6e 20 74 68 65 20 75 73 65 20 6f 66 0a |upon the use of.| 00000810 74 68 69 73 20 70 72 6f 67 72 61 6d 2e 0a 0a 2d |this program...-| 00000820 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000850 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00000860 0a 43 6f 6e 64 69 74 69 6f 6e 73 20 6f 66 20 55 |.Conditions of U| 00000870 73 65 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |se.~~~~~~~~~~~~~| 00000880 7e 7e 7e 7e 0a 0a 20 20 54 68 69 73 20 73 6f 66 |~~~~.. This sof| 00000890 74 77 61 72 65 20 69 73 20 66 72 65 65 77 61 72 |tware is freewar| 000008a0 65 2e 20 20 49 74 20 6d 61 79 20 62 65 20 66 72 |e. It may be fr| 000008b0 65 65 6c 79 20 64 69 73 74 72 69 62 75 74 65 64 |eely distributed| 000008c0 20 61 73 20 6c 6f 6e 67 20 61 73 20 6e 6f 0a 6d | as long as no.m| 000008d0 6f 6e 65 79 20 69 73 20 65 78 63 68 61 6e 67 65 |oney is exchange| 000008e0 64 2c 20 61 70 61 72 74 20 66 72 6f 6d 20 63 6f |d, apart from co| 000008f0 73 74 20 6f 66 20 64 69 73 74 72 69 62 75 74 69 |st of distributi| 00000900 6f 6e 20 69 2e 65 2e 20 63 6f 73 74 20 6f 66 20 |on i.e. cost of | 00000910 64 69 73 63 73 2c 0a 61 6e 64 20 74 68 61 74 20 |discs,.and that | 00000920 61 6c 6c 20 74 68 65 20 6f 72 69 67 69 6e 61 6c |all the original| 00000930 20 66 69 6c 65 73 20 61 72 65 20 69 6e 63 6c 75 | files are inclu| 00000940 64 65 64 2e 0a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |ded...----------| 00000950 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000980 2d 2d 2d 2d 2d 2d 0a 0a 0a 55 70 64 61 74 65 73 |------...Updates| 00000990 20 61 6e 64 20 4c 69 73 74 69 6e 67 20 46 69 6c | and Listing Fil| 000009a0 65 73 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |es.~~~~~~~~~~~~~| 000009b0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a 59 6f |~~~~~~~~~~~~..Yo| 000009c0 75 20 63 61 6e 20 67 65 74 20 74 68 65 20 6c 61 |u can get the la| 000009d0 74 65 73 74 20 76 65 72 73 69 6f 6e 20 6f 66 20 |test version of | 000009e0 74 65 6c 6e 65 74 20 66 72 6f 6d 20 6d 79 20 77 |telnet from my w| 000009f0 65 62 20 70 61 67 65 0a 61 74 20 0a 0a 20 20 68 |eb page.at .. h| 00000a00 74 74 70 3a 2f 2f 77 77 77 2e 75 6b 63 2e 61 63 |ttp://www.ukc.ac| 00000a10 2e 75 6b 2f 70 68 70 2f 6c 70 74 77 31 0a 6f 72 |.uk/php/lptw1.or| 00000a20 20 61 74 0a 20 20 68 74 74 70 3a 2f 2f 77 77 77 | at. http://www| 00000a30 2e 62 72 69 67 68 74 65 79 65 73 2e 75 2d 6e 65 |.brighteyes.u-ne| 00000a40 74 2e 63 6f 6d 0a 20 20 0a 0a 2d 2d 2d 2d 2d 2d |t.com. ..------| 00000a50 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000a80 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 43 6f 6e 74 |----------..Cont| 00000a90 61 63 74 69 6e 67 20 54 68 65 20 41 75 74 68 6f |acting The Autho| 00000aa0 72 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |r.~~~~~~~~~~~~~~| 00000ab0 7e 7e 7e 7e 7e 7e 7e 0a 0a 20 20 49 66 20 79 6f |~~~~~~~.. If yo| 00000ac0 75 20 77 69 73 68 20 74 6f 20 63 6f 6e 74 61 63 |u wish to contac| 00000ad0 74 20 6d 65 2c 20 65 2e 67 2e 20 74 6f 20 74 65 |t me, e.g. to te| 00000ae0 6c 6c 20 6d 65 20 61 62 6f 75 74 20 61 6e 79 20 |ll me about any | 00000af0 62 75 67 73 2c 20 0a 69 6d 70 72 6f 76 65 6d 65 |bugs, .improveme| 00000b00 6e 74 73 20 65 74 63 2e 20 4f 72 20 69 66 20 79 |nts etc. Or if y| 00000b10 6f 75 20 6a 75 73 74 20 77 61 6e 74 20 74 6f 20 |ou just want to | 00000b20 73 65 6e 64 20 6d 65 20 6c 61 72 67 65 20 61 6d |send me large am| 00000b30 6f 75 6e 74 73 20 6f 66 0a 6d 6f 6e 65 79 20 3a |ounts of.money :| 00000b40 29 20 28 57 65 6c 6c 20 79 6f 75 20 6e 65 76 65 |) (Well you neve| 00000b50 72 20 6b 6e 6f 77 29 2c 20 74 68 65 6e 20 79 6f |r know), then yo| 00000b60 75 20 63 61 6e 20 75 73 65 20 74 68 65 20 66 6f |u can use the fo| 00000b70 6c 6c 6f 77 69 6e 67 20 0a 6d 65 74 68 6f 64 73 |llowing .methods| 00000b80 2e 0a 0a 65 6d 61 69 6c 20 3a 20 6c 70 74 77 31 |...email : lptw1| 00000b90 40 75 6b 63 2e 61 63 2e 75 6b 20 20 28 53 68 6f |@ukc.ac.uk (Sho| 00000ba0 75 6c 64 20 62 65 20 76 61 6c 69 64 20 66 6f 72 |uld be valid for| 00000bb0 20 61 20 66 65 77 20 6d 6f 72 65 20 79 65 61 72 | a few more year| 00000bc0 73 20 79 65 74 29 0a 20 20 20 20 20 20 20 20 6c |s yet). l| 00000bd0 70 74 77 31 40 62 72 69 67 68 74 65 79 65 73 2e |ptw1@brighteyes.| 00000be0 75 2d 6e 65 74 2e 63 6f 6d 0a 20 20 20 20 20 20 |u-net.com. | 00000bf0 20 20 0a 6f 72 20 73 65 6e 64 20 6d 61 69 6c 20 | .or send mail | 00000c00 74 6f 0a 0a 4c 20 50 20 54 20 57 68 69 74 65 0a |to..L P T White.| 00000c10 32 30 38 20 4e 65 77 20 52 6f 61 64 0a 57 65 73 |208 New Road.Wes| 00000c20 74 20 50 61 72 6c 65 79 0a 46 65 72 6e 64 6f 77 |t Parley.Ferndow| 00000c30 6e 0a 44 6f 72 73 65 74 0a 42 48 32 32 20 38 45 |n.Dorset.BH22 8E| 00000c40 4e 0a 0a 41 6e 79 20 6d 61 69 6c 20 61 72 72 69 |N..Any mail arri| 00000c50 76 69 6e 67 20 68 65 72 65 20 77 69 6c 6c 20 62 |ving here will b| 00000c60 65 20 73 65 6e 74 20 6f 6e 20 74 6f 20 6d 65 20 |e sent on to me | 00000c70 61 74 20 55 6e 69 76 65 72 73 69 74 79 2e 20 53 |at University. S| 00000c80 6f 20 63 6f 75 6c 64 20 74 61 6b 65 0a 71 75 69 |o could take.qui| 00000c90 74 65 20 73 6f 6d 65 20 74 69 6d 65 20 74 6f 20 |te some time to | 00000ca0 72 65 61 63 68 20 6d 65 2e 0a 20 20 20 |reach me.. | 00000cad