|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Hello.
I need help adding two strings together. Is there a function in Perl for doing this? Ex: "Hello world" + "..." = "Hello World..." Thanks yoshi datera@datera.com http://www.datera.com |
|
#2
|
|||
|
|||
|
It's very simple:
$new_string = "Hello World"."..."; this is same: $new_string = $Salute.="..."; The dot betwen two strings is for appending strings. Take look at: http://bau.cba.uh.edu/CGITutorial/content.html for basic sintax. [This message has been edited by Pepe (edited July 02, 2000).] |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Adding 2 strings together.. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|