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

NAME

ur test eval - Evaluate a string of Perl source

VERSION

This document describes ur test eval version 0.29.

SYNOPSIS

ur test eval [BARE-ARGS]

ur test eval 'print "hello\n"' ur test eval 'print "hello\n"' 'print "goodbye\n"' ur test eval 'print "Testing in the " . \$self->namespace_name . " namespace.\n"'

OPTIONAL ARGUMENTS

BARE-ARGS

(undocumented)

DESCRIPTION:

  This command is for testing and debugging.  It simply eval's the Perl
  source supplied on the command line, after using the current namespace.
  
  A $self object is in scope representing the current context.