Form of I/O statements

2011-07-12 Thread Parrot Raiser
To print the contents of $skeleton to a file whose name is in $new_file, what should the code look like? I cannot find an example in the tests. Printing to STDOUT (by default) works; every attempt to write to a named file has failed. Is this another Not Yet Implemented? Executing this code: my

Re: Form of I/O statements

2011-07-12 Thread Moritz Lenz
Am 11.07.2011 23:27, schrieb Parrot Raiser: Printing to STDOUT (by default) works; every attempt to write to a named file has failed. Is this another Not Yet Implemented? No, you just didn't get the syntax right :-) Executing this code: my $skeleton = bones\n; my $new_file = x_file; my