File: rxrx

package info (click to toggle)
libregexp-debugger-perl 0.001022-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220 kB
  • ctags: 64
  • sloc: perl: 2,268; makefile: 2
file content (15 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!perl
use Regexp::Debugger;
Regexp::Debugger::rxrx(@ARGV);

__END__

=head1 NAME

rxrx - command-line REPL and wrapper for Regexp::Debugger

=head1 DESCRIPTION

See the documentation of L<Regexp::Debugger>.

=cut