On 10/10/24 06:28, Timo Paulssen via perl6-users wrote:
Make sure to use the use File::Temp statement at the top of your Raku
program to enable the File::Temp module.
When I followed your link I got a slightly different answer:
I copied and pasted the answer into my keeper. Good
thing I got
On 10/10/24 12:31, ToddAndMargo via perl6-users wrote:
Oh you know it would be helpful to show the results:
[...]
Specify a prefix and suffix for the filename:
my ($filename, $filehandle) = tempfile(:prefix('foo'), :suffix(".txt"));
Note that tempfile returns a tuple containing the filen
On 10/10/24 02:35, ToddAndMargo via perl6-users wrote:
https://search.brave.com/search?q=raku+create+a+tmp+file&summary=1&summary_og=ced5a7fd4f24ebb842c161
Ain't that something!
Oh you know it would be helpful to show the results:
Raku Create Temporary File
Based on the provided search res