Wily

Wily is a Perl extension for interfacing with Wily.
Download

Wily Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sam Holden
  • Publisher web site:
  • http://search.cpan.org/~sholden/Wily-0.02/lib/Wily.pm

Wily Tags


Wily Description

Wily is a Perl extension for interfacing with Wily. Wily is a Perl extension for interfacing with Wily.SYNOPSIS use Wily; use Wily::Message; # opens a file in wily and exits when the window is destroyed my $wily = Wily->new(); my $win = $wily->win('/tmp/file_to_edit', 1); $win->set_callback(Wily::Message::WEdestroy, sub {exit;}); $win->attach(Wily::Message::WEdestroy); $wily->event_loop();Provides a reasonably high level OO interface to wily. A lower level interface is available via Wily::RPC, and an even lower level one through Wily::Message and Wily::Connect.The actual windows in wily are represented by Wily::Win objects. Requirements: · Perl


Wily Related Software