in reply to Re: Send/receive array through IO::Socket?
in thread Send/receive array through IO::Socket?

decode("system('rm -rf /home/jeffa')");
Be careful with using eval() unless you're absolutely sure the string you're evalling is trustworthy. For data recieved from a network socket that level of trust is pretty hard to come by!

-sam