- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 312 for timestamp:[now/d-1d TO *] (0.01 sec)
-
open.txt
=over =item open FILEHANDLE,MODE,EXPR X<open> X<pipe> X<file, open> X<fopen> =item open FILEHANDLE,MODE,EXPR,LIST =item open FILEHANDLE,MODE,REFERENCE =item open FILEHANDLE,EXPR =item open FILEHAND...perldoc.perl.org/functions/open.txtRegistered: 2023-10-03 14:52 - 19.3K bytes - Viewed (1) -
use.txt
=over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...perldoc.perl.org/functions/use.txtRegistered: 2023-10-03 16:25 - 7.3K bytes - Viewed (0) -
readline.txt
=over =item readline EXPR =item readline X<readline> X<gets> X<fgets> Reads from the filehandle whose typeglob is contained in EXPR (or from C<*ARGV> if EXPR is not provided). In scalar context, ea...perldoc.perl.org/functions/readline.txtRegistered: 2023-10-03 15:00 - 2.5K bytes - Viewed (0) -
ioctl.txt
=over =item ioctl FILEHANDLE,FUNCTION,SCALAR X<ioctl> Implements the L<ioctl(2)> function. You'll probably first have to say require "sys/ioctl.ph"; # probably in # $Config{archlib}/sys/ioctl.ph to...perldoc.perl.org/functions/ioctl.txtRegistered: 2023-10-03 14:27 - 1.9K bytes - Viewed (0) -
fcntl.txt
=over =item fcntl FILEHANDLE,FUNCTION,SCALAR X<fcntl> Implements the L<fcntl(2)> function. You'll probably have to say use Fcntl; first to get the correct constant definitions. Argument processing ...perldoc.perl.org/functions/fcntl.txtRegistered: 2023-10-03 12:59 - 1.6K bytes - Viewed (0) -
opendir.txt
=over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...perldoc.perl.org/functions/opendir.txtRegistered: 2023-10-03 11:17 - 768 bytes - Viewed (0) -
chdir.txt
=over =item chdir EXPR X<chdir> X<cd> X<directory, change> =item chdir FILEHANDLE =item chdir DIRHANDLE =item chdir Changes the working directory to EXPR, if possible. If EXPR is omitted, changes t...perldoc.perl.org/functions/chdir.txtRegistered: 2023-10-03 15:39 - 754 bytes - Viewed (0) -
dbmclose.txt
=over =item dbmclose HASH X<dbmclose> [This function has been largely superseded by the L<C<untie>|/untie VARIABLE> function.] Breaks the binding between a DBM file and a hash. Portability issues: ...perldoc.perl.org/functions/dbmclose.txtRegistered: 2023-10-03 15:27 - 229 bytes - Viewed (0) -
method.txt
=over =item method NAME BLOCK X<method> =item method NAME : ATTRS BLOCK Creates a new named method in the scope of the class that it appears within. This is only valid inside a L<C<class>|/class NA...perldoc.perl.org/functions/method.txtRegistered: 2023-10-03 10:57 - 228 bytes - Viewed (0) -
lt.txt
=over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =backperldoc.perl.org/functions/lt.txtRegistered: 2023-10-04 07:06 - 192 bytes - Viewed (0)