#By Doddy Hsub savefile {open (SAVE,">>".$_[0]);print SAVE $_[1];close SAVE; }
savefile("C:\\Windows\\Logs\\file.txt","hola")