in reply to how to assign empty single quotes into a string

Hi!

Do you mean something like this?:
$a = "\'\'"; print $a; # prints "
UPDATE: Just realized that it also works without the backslashes :-/