Help for this page

Select Code to Download


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