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
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
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
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
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