Use the string concatenation operator .
$string = $year."-".$month;
HTH
Will
-- Original Message --
>Hi friends,
> Is there a way to concatenate 2 arguments in one string using
>Perl like for eg $year and $month where
>$year=01
>$month=06
>and I want the result as a string 06-01 using Perl
>
>Thankx
>Shweta
>
>
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
Visit iWon.com - the Internet's largest guaranteed cash giveaway! Click
here now for your "Thank You" gift:
http://www.iwon.com/giftcenter/0,2612,,00.html?t_id=20157
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]