in reply to Re: Re: Re: Re: trouble while ftping through Perl Script
in thread trouble while ftping through Perl Script

my $password = 'pa\ss\wor$d$';

Well that looks alright in the example you give, but what do you get when you print the $password as you have it in your actual code?

/J\

  • Comment on Re: Re: Re: Re: Re: trouble while ftping through Perl Script

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: trouble while ftping through Perl Script
by shilpam (Sexton) on Apr 29, 2004 at 12:35 UTC
    It prints the password exactly as it is. So no problem there...