Hello, I'm relatively new to Perl... and so my question is this: I've gotten fairly use to opening and extracting data from files... How do I write out to a file? Basically the user (whoever is at the web page) types his or her name and age, let's say, and that data is sent to my perl script... So I need the script to save that data in an organized way to a file... Example... let's say the person fills out his or her name and age, and clicks whatever button to submit it... and the URL looks like this: .............myperl.pl?name=chris winn&age=15 I would like the script to save that data in the file as.... chris winn|15| (so that it's easy to split up again if I need to) Thanks! C. -- Christopher C. Winn Founder & President Piecewise Design Council http://www.piecewisedc.com/ We make clichés for a living. ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org