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

NAME

jsxray -- A command-line tool for filtering HTML with JavaScript::XRay

SYNOPSIS

jsxray [options] [files/directories]

Options:

    -h, --help       Display this help
    -H, --man        Longer manpage for jsxray
    -v, --verbose    Verbose output
    -V, --version    Display version info

    --alias          Alias used by JS::XRay to prefix all injected code
    --iframe-height  Height in pixels of logging iframe (default: 200)
    --css-external   Location of external CSS

    --all            Filter all functions (default)
    --none           Turn off filtering of functions
    --anon           Turn on logging of anonymous functions
    --only           Limit filtering to only these functions
    --skip           Skip filtering of these functions
    --uncomment      Uncomment these 
    --no-exec-count  Don't keep track of execution counts
    --match          Filter functions that match string

Default options may be set by specifying the JSXRAY_SWITCHES environment variable.

OVERVIEW

COMMAND LINE OPTIONS

--alias

Alias used by JS::XRay to prefix all injected code

--iframe-height

Height in pixels of logging iframe (default: 200)

--css-external

Location of external CSS

--all

Filter all functions (default)

--none

Turn off filtering of functions

--anon

Turn on logging of anonymous functions

--only

Limit filtering to only these functions

--skip

Skip filtering of these functions

--uncomment

Uncomment these

--no-exec-count

Don't keep track of execution counts

--match

Filter functions that match string

-v, --verbose

Verbose output

-V, --version

Display version info

-h, --help

Display short usage help

-H, --man

Manpage for jsxray

BUGS

Please report any bugs or feature requests to bug-JavaScript-xray at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=JavaScript-XRay. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc JavaScript::XRay

You can also look for information at:

ACKNOWLEDGEMENTS

Thanks to Andy Lester for 'prove', which I refernced to write my first command line script for CPAN

COPYRIGHT & LICENSE

Copyright 2006 Jeff Bisbee, all rights reserved.

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