The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

bcat.pl - cat HTML to browser

SYNOPSIS

  bcat.pl <index.html

Options: --tabname title of tab to reuse --mozrepl connection string to Firefox --close automatically close the tab at the end of input --type TYPE Fix the type to 'html' or 'text'

OPTIONS

--tabname

Name of the tab to (re)use. A substring is enough.

--close

Automatically close the tab when the input closes. This is good for displaying intermediate information.

--type TYPE

Force the type to be either html or text. If the type is text, line wrapping will be added.

--mozrepl

Connection information for the mozrepl instance to use.

DESCRIPTION

This program will display HTML read from STDIN in a browser tab.

SEE ALSO

The original bcat utility which inspired this program at http://rtomayko.github.com/bcat/.