Searched refs:it (Results 201 - 225 of 394) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm12 and it currently supports Unix, VMS, DOS, OS/2, Windows and
21 Can the OS unlink an open file? If it can not then the
225 # to automatically remove the file when it is closed. This is fine
268 # the file as soon as it is closed. Usually indicates
296 # the internal error string - expect it to be overridden
344 # Do it using substr - no reason to use a pattern match since
355 # Do it as an if, since the suffix adjusts which section to replace
374 # Split the directory and put it back together again
388 # Put it back together without the last one
471 # make it aut
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm16 # This program is free software; you can redistribute it and/or
17 # modify it under the terms of the Perl Artistic License or the
22 # This program is distributed in the hope that it will be useful,
200 # Locally set exception handler to default, otherwise it will
287 # as it is really a hash underneath.
347 # If no linkage is supplied in the @optionlist, copy it from
462 # Look it up.
612 # Not an option. Save it if we $PERMUTE and don't have a <>.
712 # In other words, if the user specifies "FoO|BaR", it will
714 # variable needs to be set, it wil
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm43 my @padlist; # Copy of current padlist so PMOP repl code can find it
292 # it's in use.
408 # Temporary lexicals don't get named so it's possible for @valuelist
1158 # XXX Is this the right way to distinguish between it returning
1184 #pp_require is protected by pp_entertry, so no protection for it.
1266 # be able to distinguish the two at runtime. Since it's possible for
1269 # know it's a non-NULL pointer and can't be the same as op_other).
1307 # it to find and adjust out targ. We don't need it ourselves.
1329 # it t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm413 symbols (such as "Foo::") it invokes RECURSE, passing in the symbol
450 each op it visits. Each node is visited before its children. If
458 DEBUG argument is non-zero, it sets the debugging flag to that. See
577 to the svref_2object() subroutine. This scalar and other data it points
601 It differs from C<IV> in that it returns the correct
602 value regardless of whether it's stored signed or
637 for ordinary scalars it will return the string that you'd see
638 from Perl, even if it contains null characters.
642 Same as B::RV::RV, except that it will die() if the PV isn't
738 character of the name is a control character, then it convert
[all...]
H A DO.pm85 The C<-qq> option behaves like C<-q>, except that it also closes
112 package, passing it OPTIONS. That function is expected to return
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm356 byte has 256 possible values, it easily fits in Perl's much larger
399 the result is always off, even when it contains completely valid utf8
436 and to convert it back:
441 converted cannot be a string constant; it must be a scalar variable.
472 it is possible for this call to fail. For CHECK, see
519 resolve_alias() does not need C<use Encode::Alias>; it can be
543 Unfortunately, it may be that encodings are PerlIO-savvy. You can check
558 The I<CHECK> argument is used as follows. When you omit it,
576 fatal error with eval{} unless you really want to let it die on error.
599 This is the same as above, except that it warn
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm532 it is useful to generalize this notion of distributed conditional
535 restricted to numeric (or string or referential) equality, as it is in other
595 "ways to do it".
614 parentheses if it's a variable; otherwise the parens are optional) and
622 to an C<if> statement. For example, it can be followed by an C<else>
682 is Perl, not a police state, so there I<is> a way to do it, if you must.
701 each time it encountered a C<next>. After the thrid C<case> block
732 Hence, it is possible to reverse the default behaviour by specifying
760 importing it with the argument C<"Perl6">. For example:
804 converts (almost) any expression in which it appear
[all...]
H A Dvmsish.pm91 routine vmsish::hushed(). Without argument, it returns the hushed status.
93 it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH20 : This section of the file will have variable substitutions done on it.
58 sed '/Do not delete this line--writemain depends on it/q' miniperlmain.c
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH27 : This section of the file will have variable substitutions done on it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/
H A DHeader.pm207 When you encode, it just encodes UTF-8 string with I<X> encoding then
216 These days major mail agents all support =?UTF-8? so I think it is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm160 # if we're just beginning, do it all first
170 # chuck it all out, quick or slow
229 split its argument on whitespace, treating it as multiple patterns,
238 Force bsd_glob() to return an error when it encounters a directory it
285 Same as C<GLOB_NOCHECK> but it only returns the pattern if it does not
345 interrupted by an error, it will return a list of filenames B<and>
388 ~user) and the C<GLOB_TILDE> flag is used, it simply returns that
413 that a single trailing ':' in the pattern is ignored (unless it'
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm26 undef $io; # automatically closes the file if it's open
53 if the fdopen fails, the object is destroyed. Otherwise, it is returned
119 except that it's more readable and can be safely called in a
125 the remaining lines in a file, except that it's more readable.
136 This C<write> is like C<write> found in C, that is it is the
143 since it was opened or since the last call to C<clearerr>, or if the
178 C<BOOL> is false, and turn it off if C<BOOL> is true.
204 variable remains in scope until program termination, it may be undefined
217 Marks the object as taint-clean, and as such data read from it will also
324 # attempts to autoload DESTROY, we here define it t
[all...]
H A DPipe.pm4 # This program is free software; you can redistribute it and/or
5 # modify it under the same terms as Perl itself.
254 This program is free software; you can redistribute it and/or
255 modify it under the same terms as Perl itself.
H A DPoll.pm5 # This program is free software; you can redistribute it and/or
6 # modify it under the same terms as Perl itself.
205 This program is free software; you can redistribute it and/or
206 modify it under the same terms as Perl itself.
H A DSeekable.pm17 C<IO::Seekable> does not have a constructor of its own as it is intended to
28 your C library it is used to implements getpos, else perl emulates getpos
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm38 just as if it were in a Perl hash, but when your program exits, the
81 If you want to create the file if it does not exist, add C<O_CREAT> to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm38 just as if it were in a Perl hash, but when your program exits, the
81 If you want to create the file if it does not exist, add C<O_CREAT> to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm41 just as if it were in a Perl hash, but when your program exits, the
84 If you want to create the file if it does not exist, add C<O_CREAT> to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DMakefile.PL40 # recreate the DLL from its uuencoded form if it's not here
60 *** be used without Win32::EventLog, it won't be very useful except for
122 # Mac OS X puts it at a different path.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm93 If your system lacks C<gettimeofday()> or an emulation of it you don't
101 it will fail at compile time.
188 C<SIGALRM> restarts C<select()>, instead of interuping it.
203 which means that I<anything> may happen: it may work, it may not.
307 emulations for it.)
356 This program is free software; you can redistribute it and/or modify
357 it under the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm151 This library is free software; you can redistribute it and/or modify
152 it under the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm33 (We use $^X in these examples because it's tainted by default.)
45 variable interpolation. That is normally disallowed, since it is a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm55 carpout() is not exported by default, you must import it explicitly by
76 The real STDERR is not closed -- it is moved to CGI::Carp::SAVEERR. Some
100 Use of carpout() is not great for performance, so it is recommended
126 If this message is not to your liking, you can change it using the
128 import it on the use() line:
131 set_message("It's not a bug, it's a feature!");
251 exported by default, you must import it explicitly by saying
320 This library is free software; you can redistribute it and/or modify
321 it under the same terms as Perl itself.
423 # We need to mangle the message a bit to make it
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm63 want to use CPAN.pm, you have to configure it properly.
107 Shall we use it as the general CPAN build and cache directory?
128 eval { File::Path::mkpath($ans); }; # dies if it can't
192 To considerably speed up the initial CPAN shell startup, it is
213 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
261 build depends on prerequisites. If this happens, it can build the
465 # We don't ask that now, it will be noticed in time, won't it?
688 $prompt = qq{CPAN.pm needs at least one URL where it ca
[all...]

Completed in 1296 milliseconds

1234567891011>>