home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The UNIX CD Bookshelf
/
OREILLY_TUCB_UNIX_CD.iso
/
upt
/
examples
/
LINUX
/
ARCHIVE
/
PERL5.Z
/
PERL5
/
sbin
/
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
|
1997-06-16
|
219 b
|
13 lines
#!///////////////////////////////////////////////////////////////////////////usr/STAGE/bin/perl
eval 'exec perl -S $0 "$@"'
if 0;
use Pod::Text;
if(@ARGV) {
pod2text($ARGV[0]);
} else {
pod2text("<&STDIN");
}