- or download this
use warnings;
use strict;
- or download this
Use of uninitialized value in concatenation (.) or string
- or download this
$str=$str."<p>$i";
- or download this
use warnings;
use strict;
...
for (@_) { $str .= "<p>$_" }
return $str;
}
- or download this
str = num:8<p>pTD<p>pLocation<p>p1<p>p2<p>p3<p>p4<p>pGameId<p>dbPostDi
+v