in reply to Appending characters to an existing string
The . is the concatenation operator so the code above does the following:my $a = 'wolf'; $a = $a . ".pl";
it would not show up (though I don't think the code you posted would work)
Update: Definately more descriptive than "simple question".
-enlil
|
|---|