It doesnt take you very long to lean how to read/write to files in perl. Maybe 30 mins if that! Look for some examples on the net and go from there.
basically o open the file, print to it and close it eg open (MYFILE, ">>/usr/myfile.me"); print MYFILE "This is a line of text that is written in my file"; close (MYFILE);
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.