in reply to Net::FTP problem
Second, which of those lines are line 15? This is the kind of error you get when you declare a variable and then uses another, usually because of a typo. I see that you declare $user - do you by any chance try to login with $username but it should be $user? In you example, it should probably warn on line 6, that main::user is only used once - so this isn't the exact code that produces the error, is it?
UPDATE: And there it was. The line I was missing. :)
|
|---|