home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.cse.unsw.edu.au
/
2014.06.ftp.cse.unsw.edu.au.tar
/
ftp.cse.unsw.edu.au
/
pub
/
doc
/
languages
/
perl
/
nutshell
/
apb
/
abbrev.eg
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-10-18
|
225 b
|
11 lines
require 'abbrev.pl';
%abdul = ();
&abbrev(*abdul,'he','help','hi','bye','wally','world');
.\"# for (sort keys abdul) { print "$_ $abdul{$_}\n"; }
while (<>) {
chop;
$long = $abdul{$_};
print "$long\n" if length($long);
}