home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-bin
/
bin
/
pod2text
< prev
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
|
1996-10-12
|
139 b
|
13 lines
#!/ade/bin/perl
eval 'exec perl -S $0 "$@"'
if 0;
use Pod::Text;
if(@ARGV) {
pod2text($ARGV[0]);
} else {
pod2text("<&STDIN");
}