Searched refs:subroutine (Results 51 - 75 of 133) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Ddiag.t612 Can't use string ("%s"%s) as a subroutine ref while "strict refs" in use
651 Goto undefined subroutine
652 Goto undefined subroutine &%s
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dproto.t330 qr/Type of arg 1 to .* must be subroutine \(not subroutine entry\)/;
851 # Lack of prototype on a subroutine definition should override any prototype
903 if ($@ !~ m/anonymous subroutine/ || $@ !~ m/scalarref/) {
H A Dparser.t85 like( $@, qr/^Illegal declaration of anonymous subroutine/,
213 like($@, qr/Illegal declaration of subroutine main::_/, "readline operator as prototype");
216 like($@, qr/Illegal declaration of anonymous subroutine/, "readline operator as prototype");
219 like($@, qr/Illegal declaration of subroutine main::_/, "__FILE__ as prototype");
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dmethod_caching.t88 like($@, qr/Undefined subroutine/,
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load/t/
H A D02_Module-Load.t49 like $r, qr/Undefined\s+subroutine/io, $_[0] || '.';
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DShowlex.pm148 When a comma-separated list of subroutine names is given as options, Showlex
H A DConcise.pm1400 specified. This rendering is normally suppressed when a subroutine
1406 (it's not normally needed). If no subroutine name/ref is given, main is
1785 subroutine rendering is more representative, insofar as a single main
1840 This subroutine accepts a new style name and three style arguments as
1848 to define a callback subroutine that will populate (or modify) those
1853 same order as they are added. Each subroutine is passed five
1871 arguments, which are either coderefs, or subroutine names.
/openbsd-current/gnu/usr.bin/perl/lib/
H A DDB.pm26 $DB::sub = ''; # name of current subroutine
30 $DB::trace = 0; # are we tracing through subroutine calls?
31 @DB::args = (); # arguments of current subroutine or @ARGV array
60 # entry point for all subroutine calls
113 _outputall($#stack . " levels deep in subroutine calls.\n") if $DB::single & 4;
152 # no compile-time subroutine call allowed before this point #
282 # without args: returns all defined subroutine names
566 CLIENT->ret() # return from current subroutine
569 CLIENT->trace_toggle() # toggle subroutine call trace mode
570 CLIENT->subs([SUBS]) # return subroutine informatio
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/
H A DCheck.pm459 =item subroutine
461 The provided subroutine MUST return true in order for the validation
587 subroutine is only interested in a few arguments, and wants to pass
588 the rest on blindly to perhaps another subroutine.
/openbsd-current/gnu/usr.bin/perl/ext/IPC-Open3/t/
H A DIPC-Open3.t187 my ($package, $filename, $line, $subroutine) = caller(2);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/
H A DWriter.pm239 If you supply a code reference the subroutine will be called once for
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dgoto.t209 # bug #99850, which is similar - freeing the subroutine we are about to
217 like $@, qr/^Goto undefined subroutine &_99850::reftype at /,
538 like($@, qr/Can't goto subroutine from an eval-string/, 'eval string');
540 like($@, qr/Can't goto subroutine from an eval-block/, 'eval block');
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DTester.pm583 \&test_sub is a reference to a subroutine.
585 run_tests runs the subroutine in $test_sub and captures the results of any
586 tests inside it. You can run more than 1 test inside this subroutine if you
618 \&test_sub is a reference to a subroutine.
630 \&test_sub is a reference to a subroutine.
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm1438 accesses, hash look-ups, method calls through objects, subroutine calls
1439 through subroutine references, etc.
1441 The subroutine takes up to two optional arguments:
1490 The subroutine takes up to five optional arguments:
1632 C<gen_extract_tagged> generates a new anonymous subroutine which
1656 The subroutine takes up to four optional arguments (the same set as
1658 a reference to a subroutine which in turn takes a single argument (the text to
1987 The C<extract_multiple> subroutine takes a string to be processed and a
2003 a generalized form of Perl's C<split> subroutine.
2005 The subroutine take
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/t/
H A Dfind.t1104 like($@, qr/no &wanted subroutine given/,
1111 like($@, qr/no &wanted subroutine given/,
1118 like($@, qr/no &wanted subroutine given/,
/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm377 $error .= "Option spec <> requires a reference to a subroutine\n";
1872 designating a reference to a subroutine (or an anonymous subroutine)
1874 will call the subroutine with two or three arguments. The first
1879 the value to be stored. It is up to the subroutine to store the value,
1892 If the subroutine needs to signal an error, it should call die() with
1903 a subroutine:
2324 A special option 'name' C<< <> >> can be used to designate a subroutine
2327 subroutine and passes it one parameter: the argument name.
2349 Getopt::Long can be configured by calling subroutine
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dpod_lib.pl562 =item * Reference to a subroutine.
600 Instances where this subroutine is used may be found in these files:
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A Dautodie.pm339 a C<!> to the subroutine name itself, or earlier in the list of arguments
340 to C<autodie>. However the subroutine in question does not have
/openbsd-current/gnu/usr.bin/perl/dist/base/lib/
H A Dbase.pm285 subroutine), C<base> will not die when the C<require> fails to load F<Foo.pm>.
H A Dfields.pm299 subroutine arguments:
/openbsd-current/gnu/usr.bin/perl/dist/constant/t/
H A Dconstant.t193 qr/^Constant subroutine BEGIN redefined at/,
/openbsd-current/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm509 assignment of arguments to @_ on subroutine entry.
532 be achieved by having a handle to a wrapper subroutine (written
622 array, '%foo' for a hash, '&foo' or 'foo' for a subroutine and '*foo'
753 Returns a reference to an anonymous subroutine that, when executed, will call
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DFacets2Legacy.pm192 is detected. C<uuid()> is currently the only subroutine in this library that
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DMirrors.pm298 The optional argument C<CALLBACK> is a subroutine reference to call
312 croak "callback must be a subroutine"
365 callback - a subroutine to run after each ping.
373 The callback subroutine gets the C<CPAN::Mirrored::By> object, the ping
394 croak "callback must be a subroutine"
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm431 Carp::carp("Sortkeys subroutine did not return ARRAYREF");
563 # was meant by "Pure Perl", as this subroutine already relies Scalar::Util
957 dumping subroutine references.
1189 dumped in Perl's default sort order. Can also be set to a subroutine
1191 case C<Data::Dumper> will call the subroutine once for each hash,
1192 passing it the reference of the hash. The purpose of the subroutine is
1196 other words, this subroutine acts as a filter by which you can exclude
1418 Due to limitations of Perl subroutine call semantics, you cannot pass an
1420 will be remedied in time, now that Perl has subroutine prototypes.
1426 the C<Deparse> flag), an anonymous subroutine tha
[all...]

Completed in 201 milliseconds

123456