Perl File Handling: open, read, write and close files Ноябрь 14, 2008
Posted by russenreaktor in linux, programming.Tags: perl, programming
add a comment
«open FILE, «>file.txt» or die $!;
print FILE $str;
close FILE;» perlfect.com
«open FILE, «>file.txt» or die $!;
print FILE $str;
close FILE;» perlfect.com