jump to navigation

Perl File Handling: open, read, write and close files Ноябрь 14, 2008

Posted by russenreaktor in linux, programming.
Tags: ,
add a comment

«open FILE, «>file.txt» or die $!;
print FILE $str;
close FILE;» perlfect.com