Searched refs:Terse (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | terse.t | 10 use_ok( 'B::Terse' ); 13 is( B::Terse::indent(2), ' ' x 8, 'indent with an argument' ); 14 is( B::Terse::indent(), '', 'indent with no argument' ); 17 eval { B::Terse::terse('scalar') }; 24 eval{ $sub = B::Terse::compile('', 'foo') }; 30 $sub = B::Terse::compile('', 'bar'); 57 # this tries to get at all tersified optypes in B::Terse 92 my $items = qx{$^X $path "-MO=Terse" -le "print \\42" $redir};
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Terse.pm | 1 package B::Terse; 68 B::Terse - Walk Perl syntax tree, printing terse info about ops 72 perl -MO=Terse[,OPTIONS] foo.pl 76 This version of B::Terse is really just a wrapper that calls B::Concise 80 For compatiblilty with the old B::Terse, this module also adds a 84 B::OP C<terse> method, however, doesn't work well. Since B::Terse was 93 The original version of B::Terse was written by Malcolm Beattie,
|
H A D | Showlex.pm | 7 use B::Terse ();
|
H A D | Concise.pm | 688 # B::OP::terse (see Terse.pm) now just calls this 699 # looked at the pad, just like the old B::Terse. I don't think 811 perl's B<-Dx> debugging flag or the B<B::Terse> module, but it is more 939 Use formatting conventions that emulate the output of B<B::Terse>. The 940 basic mode is almost indistinguishable from the real B<B::Terse>, and the 942 curly brackets. B<B::Terse> doesn't have a tree mode, so the tree mode 943 is only vaguely reminiscient of B<B::Terse>.
|
H A D | Deparse.pm | 3525 $dumper->Purity(1)->Terse(1)->Deparse(1)->Indent(0)->Useqq(1)->Sortkeys(1);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/t/ |
H A D | pair.t | 32 $Data::Dumper::Terse = 1;
|
H A D | dumper.t | 274 local $Data::Dumper::Terse = 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/ |
H A D | Dumper.pm | 35 $Terse = 0 unless defined $Terse; 75 terse => $Terse, # avoid name output (where feasible) 548 sub Terse { subroutine 680 $d->Purity(1)->Terse(1)->Deepcopy(1); 699 something else. See C<$Data::Dumper::Varname> and C<$Data::Dumper::Terse> 712 the C<Terse> flag is set. 869 $Data::Dumper::Terse I<or> I<$OBJ>->Terse(I<[NEWVAL]>) 1034 $Data::Dumper::Terse [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Constant.pm | 781 $Data::Dumper::Terse=1; 782 $Data::Dumper::Terse=1; # Not used once. :-)
|
Completed in 66 milliseconds