paperlined.org
dev > perl > win32
document updated 15 years ago, on Dec 30, 2008

Strawberry Perl (Forever?)





Examples

Alert()/MsgBox()

use Win32;

Win32::MsgBox("Hello World....  I can see you from in here!", 1, "random title");