OK Today's issue... I have a textarea field. I put alot of text in it. However the text contians characters like ;'s and #'s and @'s and $'s and stuff... So when perl see's the ; it stops... How can I tell it not to do that and make it actually print all that data into my file??
-----------------------
Billy S.
Slinar Hardtail - Guildless
Datal Ephialtes - Guildless
RallosZek.Net Admin/WebMaster
Aerynth.Net Admin/WebMaster
perl -e '$cat = "cat"; if ($cat =~ /\143\x61\x74/) { print "Its a cat!
+\n"; } else { print "Thats a dog\n"; } print "\n";'