in reply to i want to go through the code of Net::Ftp module in perl

Hi,
Perl will tell you the location of Net/FTP.pm. Just enter the following at the prompt:
perl -MNet::FTP -e 'print $INC{"Net/FTP.pm"}, "\n"'

Cheers,
Rob