in reply to Re^2: Print Current Program Source Code
in thread Print Current Program Source Code

and
system('cat', $0);
would need no quoting at all =)

update: actually only system(cat => $0); really needs no quotes... isn't that elegant?