- or download this
my $bla = 'a string' . 'another string' . 'yet another' . 'too much fo
+r one line';
- or download this
my $bla = 'a string'
. 'another string'
. 'yet another'
. 'too much for one line';
- or download this
my $bla
= 'a string'
. 'another string'
. 'yet another'
. 'too much for one line';