- or download this
$song=getdb("SELECT lyrics FROM song WHERE id=$form{id}");
print "<textarea>$song</textarea>";
- or download this
SELECT lyrics FROM song WHERE id=$form{id}
- or download this
I was alone
i was all by myself
no on was lookiiing
i was thinking of you.
- or download this
<textarea>I was alone
...
no on was lookiiing
i was thinking of you.<textarea>
- or download this
$blah{one}=~s/a/b/g;
$blah{two}=~s/a/b/g;
==
$blah{'one','two'}=~s/a/b/g;