#!/usr/bin/perl use 5.010; use strict; use warnings; # open for write, append open(my $fh,'>>','c:/temp/test.txt')or die "Can't open file: $!\n"; + print $fh "\n[ARTEC]\n". "IniFile=f:\\vaa\\basis\\vaa01.ini\n" close($fh);
In reply to Re: Better way to print text appended to a file "syntax problem"?
by cdarke
in thread Better way to print text appended to a file "syntax problem"?
by matze77
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |