Skip to content

Instantly share code, notes, and snippets.

Created October 26, 2010 00:41
Show Gist options
  • Save anonymous/646099 to your computer and use it in GitHub Desktop.
Save anonymous/646099 to your computer and use it in GitHub Desktop.
Can't seem to write to file handle.
use v6;
my $outFile = open "test-simple.c.bak", :w; #output file
$outFile.say "Hello World";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment