File: ur-test-eval.pod

package info (click to toggle)
libur-perl 0.470%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 7,160 kB
  • sloc: perl: 61,812; xml: 108; sh: 13; makefile: 9
file content (46 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46


=pod

=head1 NAME

ur test eval - Evaluate a string of Perl source



=head1 VERSION

This document describes ur test eval version 0.29.

=head1 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"'


=head1 OPTIONAL ARGUMENTS

=over


=item BARE-ARGS

(undocumented)


=back

=head1 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.



=cut