Re: XML package in perl

2006-07-24 Thread Dr.Ruud
"Shourya Sengupta" schreef: > In a perl program I am using the XML package. Which XML package? Some module? > Now this package has to be copied to the machine where my perl script > resides, before running the script. > I am using ftp to copy the package(file by file using mput command). > Do I

XML package in perl

2006-07-24 Thread Shourya Sengupta
In a perl program I am using the XML package. Now this package has to be copied to the machine where my perl script resides, before running the script. I am using ftp to copy the package(file by file using mput command). Do I have to copy the files in ASCII mode or in binary mode? Regards, Shoury