Re: compare two string and make some operation on it?
- From: "Ferry Bolhar" <bol@xxxxxxxxxxxxxxxxx>
- Date: Mon, 13 Nov 2006 13:29:05 +0100
Michele Dondi:
$a= "a...my....";
$b= "..mom....w";
Incidentally, be careful when using $a and $b as general purpose
variables, as they're special.
Well, special inside of sort blocks, OK. But else (in this example)?
What's the difference between
$a = "...";
$b = "...";
and
$c = "...";
$d = "...";
in a string compare operation?
Greetings, Ferry
--
Ing Ferry Bolhar
Magistrat der Stadt Wien - MA 14
A-1010 Wien
E-Mail: bol@xxxxxxxxxxxxxxxxx
.
- Follow-Ups:
- Re: compare two string and make some operation on it?
- From: anno4000
- Re: compare two string and make some operation on it?
- From: Paul Lalli
- Re: compare two string and make some operation on it?
- References:
- compare two string and make some operation on it?
- From: Tutico
- compare two string and make some operation on it?
- Prev by Date: Re: perl threading; ->join; best method?
- Next by Date: Re: "Did not find leading dereferencer" - new findings to an old puzzle
- Previous by thread: compare two string and make some operation on it?
- Next by thread: Re: compare two string and make some operation on it?
- Index(es):
Relevant Pages
|