Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 51 - 60 of 1,245 for timestamp:[now/d-1y TO *] (0.03 sec)

  1. IO::Socket::UNIX.txt

    # IO::Socket::UNIX.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...
    perldoc.perl.org/IO::Socket::UNIX.txt
    Registered: Sat Apr 27 21:34:13 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. perlbug.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell my $config_tag1 = '5.38.2 - Wed ...
    perldoc.perl.org/perlbug.txt
    Registered: Mon Apr 29 17:01:28 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  3. piconv.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl # $Id: piconv,v 2.8 201...
    perldoc.perl.org/piconv.txt
    Registered: Mon Apr 29 17:44:59 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. quotemeta.txt

    =over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...
    perldoc.perl.org/functions/quotemeta.txt
    Registered: Mon Apr 29 22:02:16 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. fc.txt

    =over =item fc EXPR X<fc> X<foldcase> X<casefold> X<fold-case> X<case-fold> =item fc Returns the casefolded version of EXPR. This is the internal function implementing the C<\F> escape in double-qu...
    perldoc.perl.org/functions/fc.txt
    Registered: Mon Apr 29 22:16:23 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. ucfirst.txt

    =over =item ucfirst EXPR X<ucfirst> X<uppercase> =item ucfirst Returns the value of EXPR with the B<first> character in uppercase (Unicode calls this titlecase). If EXPR is omitted, C<ucfirst> uses...
    perldoc.perl.org/functions/ucfirst.txt
    Registered: Mon Apr 29 23:21:14 UTC 2024
    - 542 bytes
    - Viewed (0)
  7. rindex.txt

    =over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...
    perldoc.perl.org/functions/rindex.txt
    Registered: Mon Apr 29 22:32:33 UTC 2024
    - 310 bytes
    - Viewed (0)
  8. less.txt

    package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...
    perldoc.perl.org/less.txt
    Registered: Fri Apr 26 18:24:33 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  9. autodie::exception::system.txt

    package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # AB...
    perldoc.perl.org/autodie::exception::system.txt
    Registered: Fri Apr 26 17:54:16 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. overloading.txt

    package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...
    perldoc.perl.org/overloading.txt
    Registered: Fri Apr 26 16:27:28 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top