The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Padre::Plugin::ViewInBrowser - view selected doc in browser for Padre

SYNOPSIS

    $>padre
    Plugins -> ViewInBrowser -> View in Browser

DESCRIPTION

basically it's a shortcut for Wx::LaunchDefaultBrowser( $self->current->filename );

AUTHOR

Fayland Lam, <fayland at gmail.com>

COPYRIGHT & LICENSE

Copyright 2008 Fayland Lam, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.