home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 December (Special)
/
PCWorld_2005-12_Special_cd.bin
/
Bezpecnost
/
lsti
/
lsti.exe
/
framework-2.5.exe
/
L.pm
< prev
next >
Wrap
Text File
|
2005-01-27
|
91b
|
9 lines
package Net::FTP::L;
require Net::FTP::I;
@ISA = qw(Net::FTP::I);
$VERSION = "0.01";
1;