Trying again

2002-01-29 Thread ekayes
Hi I've asked this before, I've subsequently discovered that there are aliases for the types, A for ascii and I for binary and that the types are functions in the Net::FTP module and not parameters. Any suggestions would be appreciated. Thanks, again eddie -- Forwarded by Ed

Re: Comparing strings

2002-01-29 Thread ekayes
I was going to try: if (uc($one) eq uc($two)){ etc. But will this be okay with non-alphabetic characters? "Jonathan E. Paton" <[EMAIL PROTECTED]> on 01/29/2002 11:42:52 AM To: [EMAIL PROTECTED] cc: Subject: Re: Comparing strings > Don't know if this helps, but the following code

Comparing strings

2002-01-29 Thread ekayes
Hi I wish to do string comparisons where the case is ignored, for example: $one = "ExanPle"; $two = ""example"; if ($one eq $two){ THIS RETURNS TRUE What do I add so that the comparison ignores the case? Thanks in advance eddie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Changing type in FTP session

2002-01-25 Thread ekayes
I'm running a script which uses the Net::FTP module to run FTP sessions on both UNIX and Vax/VMS boxes. I'm having problems trying to change the type of data transfer. Extracts from the script follows .. .. $host = "x"; $user = "xxx"; $password = "xx"; $type1 = "ascii"; $type2 = "bina