$heygoodday = "how are doing you sir";

$hi = "$hey";

$hello = $hi"."goodday";

Print $hello;

And get the output from $heygoodday? Is this possible in perl?
I need it because I now the last piece of the variable name "goodday",
And the first piece that I need to get from the db. So that could be
different.


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to