C:\perl64\packages\p5-Win32-SecretFile-master>popd C:\test>perl -MWin32::SecretFile -E"say Win32::SecretFile::_create_secret_file( 'mysecretfile.txt', 'Now is the time for all good men.', 0 );" 1 C:\test>type mysecretfile.txt Now is the time for all good men. C:\test>