http://www.perlmonks.org?node_id=845389

strredwolf has asked for the wisdom of the Perl Monks concerning the following question:

How do you embed Webkit in a native MacOS X window using just Perl? I'm hitting up against WxWindows as an idea, and want something better than "Use Just Another Semi-Portable Toolkit". With Linux, I can use GTK; Windows, I think GTK will work too.

Information doesn't want to be free. It wants to be feline.

Replies are listed 'Best First'.
Re: Webkit on MacOS X
by Anonymous Monk on Jul 16, 2010 at 21:06 UTC
    Try CamelBones (camelbones.sf.net). It provides access to the whole Cocoa System from Perl, this includes WebKit.