String concatenation? That's easy:
'string literal' . $foo
qq{string literal$foo}
join('', 'string literal', $foo)
Now, why don't you try to make that first snippet of code actually compile?
In reply to Re: URL-String-concatenation within Perl [applying to a loop]
by Anonymous Monk
in thread URL-String-concatenation within Perl [applying to a loop]
by Perlbeginner1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |