help with Expect

2004-05-21 Thread Yi Chu
Does anyone know the mailing list for beginners for Expect? Or some of you may know the answer to my question, I just ask the question here. How to send function key in Expect program? Example: send "Tab()\r" would send the tab character. But how to send in F5 key? Tried send "PF5()\r" wi

Re: lowercase

2003-10-24 Thread Yi Chu
try this: $stri =~ tr/A-Z/a-z/; yi --- Andre Chaves Mascarenhas <[EMAIL PROTECTED]> wrote: > Hi if i have an string lets say > $stri="Joana Prado"; > How do i transformm it into > "joana prado" > (all lowercase) > Thanks > __ Do you Yahoo!? The New Yahoo! Shopp

RE: How to draw lines with different line width?

2003-10-03 Thread Yi Chu
Danny: My question was that I have multiple lines in a graph, and I want the first line to be thicker that the others. Setting line width set all lines to the same width, that is not what I want to do. Or I must have missed something. Is line width global to the graph or is it settable per

How to draw lines with different line width?

2003-09-29 Thread Yi Chu
I am usiing GD::Graph::lines to draw a graph with multiple lines. How do I specify so that lines can be of different width? yi - Do you Yahoo!? The New Yahoo! Shopping - with improved product search

help on installing GD and libpng

2003-09-17 Thread Yi Chu
I want to install GD, and libpng is pre-requisite. I did install zlib. In installing libpng, I copied the scripts/makefile.gcc following INSTALL instruction. Problem is that when I do 'make', it tells me that "make: Nothing to be done for `all'." Wonder anyone else encountered such problem and