I don't know PERL but tried solving this problem by myself and it failed
It's only small so hopefully someone with a few seconds to spare will help me out. Can you write this little script for me?
Thanks very much for reading
# recieve post data
# data: username="you" value="hello"
# create txt file username/you.txt
# open txt file
# print value/hello
# close txt file
# end
It's only small so hopefully someone with a few seconds to spare will help me out. Can you write this little script for me?
Thanks very much for reading
# recieve post data
# data: username="you" value="hello"
# create txt file username/you.txt
# open txt file
# print value/hello
# close txt file
# end