From: [EMAIL PROTECTED]

What do you mean? You mean something like the stupid Visual Basic's 
_?

        SomeVariable = "fooo dfg adfgfg dsfhqwerg" & OtherVariable _
                & vbCrLf & "VB is a stupid language said " _
                & I

You don't need anything like that in Perl:

         $SomeVariable = "fooo dfg adfgfg dsfhqwerg" . $OtherVariable
                "\nVB is a stupid language said " . $I;

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery

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

Reply via email to