Nath, Alok (STSD) wrote: > Hi all, Hello,
> Can anybody help me to figure out why the first function call > works but the second one is unable to do it. > > Only difference is I am using DownloadFolder variable to send > the value. > > > #FtpVM('test.americas.corp.net', > '/1.00/_releases/1_00_00_052', ''); > >>>>>>>The above works but the below one doesn't > ... > > local $DownloadFolder = "/1.00/_releases/1_00_00_052" ; > FtpVM('test.americas.corp.net', 'DownloadFolder', ''); FtpVM('test.americas.corp.net', $DownloadFolder, ''); John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>