Perl Help! Writing to File

Associate
Joined
28 May 2008
Posts
346
Ok for my Pe**rl university assignment I was asked to create a simple web application to acept be**ta reg**istr**ation details from users and display them on a reci**eving program...this bit i have done.

I now need to make it so the details are not only disp**layed but also recorded in a text file. I have tried different bits and pieces useing "if" and " open (MYFILE, '>>myfile.txt');" code but when the receiving program is executed the text file remains empty..please help!


***Update***

Problem solved useing If, elsif then else, Thanks to any interested viewers
 
Last edited:
Back
Top Bottom