Searched refs:say (Results 1 - 25 of 40) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Filter/Simple/
H A DImportTest.pm4 @EXPORT = qw(say);
6 sub say { print @_ } subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.pm39 say that the permissions will not change between the test and the real
H A Dutf8.pm109 Perl core. You do not need to say C<use utf8> to use these and in fact
110 you should not say that unless you really want to have UTF-8 source code.
H A Dlib_pm.PL222 can say
H A Dsort.pm136 say so with a
H A DExporter.pm240 An application using Module can say something like:
252 You can say C<BEGIN { $Exporter::Verbose=1 }> to see how the
285 Instead, say the following:
H A Dconstant.pm319 For example, you can't say C<$hash{CONSTANT}> because C<CONSTANT> will
323 immediately to its left, you have to say C<< CONSTANT() => 'value' >>
H A Ddiagnostics.pm146 Not being able to say "no diagnostics" is annoying, but may not be
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t423 say SKIP {use feature 'say'; say "foo";}
H A Dopcode.pl101 Perl_pp_print => ['say'],
922 say say ck_listiob ims@ F? L
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm461 So, rather than having to say:
465 Just say:
H A DMksymlists.pm243 should be exported by the extension. For instance, one might say
H A DMakeMaker.pm794 # We cannot say "next" here. Nick might call MY->makeaperl
1189 To produce a perl binary with a different name than C<perl>, either say
1195 or say
1898 done. For instance, you would need to say:
2140 NB: Extensions that have nothing but *.pm files had to say
2176 either say:
2248 override or create an attribute you would say something like
2391 OK, as opposed to I<work> OK (say, this system-dependent module builds
H A DManifest.pm633 different distributions for different audiences (say a user version
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm240 your policy will say so by writing
300 To use this expiration policy, the user would say
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm125 your UTF-8 string converted to Latin1 then Base64: you can simply say
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm98 of the Class::ISA functions on: say that Food inherits from Matter,
121 And don't say no-one ever told ya!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm213 terminal supports UTF-8, you say no to the next question, if it
214 supports ISO-8859-1 (also known as LATIN1) then you say yes, and if it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm192 To say the least, surrogate pairs were the biggest mistake of the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm29 PerlIO::via::StripHTML module for instance, allows you to say:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm149 be C<o=0> or C<ornaments=0>. The head should be as described above, say
H A DANSIColor.pm384 entirely and just say:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm263 * your source code. Simply say:
461 /* IV could also be a quad (say, a long long), but Perls
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm64 # Various ways to say "ok"
119 utilities. Various ways to say "ok" with better diagnostics,
574 Sometimes you just want to say that the tests have passed. Usually
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm691 actual_ok => did it literally say 'ok'?

Completed in 51 milliseconds

12