in reply to Re^2: Is there a workaround for @ symbol in FTP username?
in thread Is there a workaround for @ symbol in FTP username?

 my $un = 'username@domain.com;

No close quote?? Am looking at the rest ...

Replies are listed 'Best First'.
Re^4: Is there a workaround for @ symbol in FTP username?
by blackmage37 (Initiate) on Feb 20, 2013 at 10:48 UTC
    Just double checked that. That's a typo when copying the code over and changing the details, sorry. The quote is definitely closed in the script.

      Funny ... Works for me, Can you give me the line on which the error is generated?

        The error message is:
        "Can't use an undefined value as a symbol reference at C:/Users/.../perl/lib/Net/FTP/dataconn.pm line 54"

        So it worked for you even when using a username with an @ in it?