Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/env raku
    use v6;
    ...
    my $var := cglobal('Kernel32', 'HKEY_LOCAL_MACHINE', int32);
    say $var;