"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 have to copy the files in ASCII mode or in binary mode?

That will likely fail, especially when XS is involved. You need to
'install' the package. See also http://search.cpan.org/search?module=PAR

If the second machine has exactly the same version of OS, perl binary,
C-compiler, &c., you might get it to work in your own way, but don't
expect to.


> **************** CAUTION - Disclaimer *****************

Don't send messages with a 'serious' disclaimer to a mailing list. It is
a waste of bandwidth and storage, and the contents are just ridiculous.

-- 
Affijn, Ruud

"Gewoon is een tijger."



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to