Programming term problem

Re: Programming term problem

av Sandeep varshney -
Antall svar: 0
Hi All
I have a problem with perl
I am using open function with FTP
like
================================================
if (open(FTP,"| ftp -n dummy.india.net"))
{
printf("Done...\n");
}
else
{
&error_repot();
}
==================================================
and there are no such site like dummy.india.net. But it's showing me "Done..." as output.

Can you pls suggest me or give me a better solution for that.

Thanks and Regards,
Sandeep