|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
hai all;
i need a help in doing this task. i have a variable $i; where $i = 12; I want to get a string variable from this as $s = "ABCD12"; where 12 is from $i and "ABCD" is a String. i need to do $s = "ABCD" + $i Like that.. where $s will become "ABCD12".. please help me in doing this.. thanks in advance ... vijay |
|
#2
|
|||
|
|||
|
$s = "ABCD$i";
or $s = "ABCD".$i; |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > $i = 34 ; $s = "S" + $i ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|