Re: ASCII/binary endline character trouble

2012-03-26 Thread timothy adigun
Hi Fred, On Mon, Mar 26, 2012 at 11:50 PM, hOURS wrote: > Thanks. I do see the "Transfer Type" option under the "Transfer" menu, > but it's grayed out and I can't use it. > I don't know the version of FileZilla you have, but I believe you could download a new one for use. I use version 3.5

Free Fundamentals of Perl Programming course

2012-03-26 Thread 'lesleyb'
Hi Came across this http://alison.com/courses/Perl-Programming?utm_source=outbound+marketing&utm_medium=email&utm_campaign=new_courses_11_perl_programming A Fundamentals of Perl Programming course by Mark Berman. Seems to cover the basics but I haven't exactly gone through it with a fine toot

Re: ASCII/binary endline character trouble

2012-03-26 Thread hOURS
Thanks.  I do see the "Transfer Type" option under the "Transfer" menu, but it's grayed out and I can't use it. I also tried modifying the first line of my code.  Instead of using the ASCII value and the chr function, I cut and pasted the vertical rectangle.  So the line became: $sillyrectangle

Re: Why do I get a warning?

2012-03-26 Thread Manfred Lotz
On Mon, 26 Mar 2012 20:58:43 +0200 Paul Johnson wrote: > On Mon, Mar 26, 2012 at 06:10:08PM +0200, Manfred Lotz wrote: > > On 25 Mar 2012 13:11:16 - > > Peter Scott wrote: > > > > > On Thu, 22 Mar 2012 20:06:35 -0400, Uri Guttman wrote: > > > > no one uses braces for single scalar handles

Re: Why do I get a warning?

2012-03-26 Thread Paul Johnson
On Mon, Mar 26, 2012 at 06:10:08PM +0200, Manfred Lotz wrote: > On 25 Mar 2012 13:11:16 - > Peter Scott wrote: > > > On Thu, 22 Mar 2012 20:06:35 -0400, Uri Guttman wrote: > > > no one uses braces for single scalar handles in general. > > > > I do. Ever since Damian recommended it (Perl Be

Re: Why do I get a warning?

2012-03-26 Thread Manfred Lotz
On 25 Mar 2012 13:11:16 - Peter Scott wrote: > On Thu, 22 Mar 2012 20:06:35 -0400, Uri Guttman wrote: > > no one uses braces for single scalar handles in general. > > I do. Ever since Damian recommended it (Perl Best Practices, page > 217). One of those numerous times I didn't agree with h