Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3701 - 3710 of 6,887 for content_length:[0 TO 9999] (0.07 sec)

  1. ref.txt

    =over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...
    perldoc.perl.org/functions/ref.txt
    Registered: Sat Apr 19 12:05:29 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  2. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/functions/state.txt
    Registered: Sat Apr 19 11:43:48 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. time.txt

    =over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...
    perldoc.perl.org/functions/time.txt
    Registered: Sat Apr 19 12:33:37 UTC 2025
    - 853 bytes
    - Viewed (0)
  4. getlogin.txt

    =over =item getlogin X<getlogin> X<login> This implements the C library function of the same name, which on most systems returns the current login from F</etc/utmp>, if any. If it returns the empty...
    perldoc.perl.org/functions/getlogin.txt
    Registered: Sat Apr 19 11:20:54 UTC 2025
    - 462 bytes
    - Viewed (0)
  5. when.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/when.txt Similar Results (2)
    Registered: Sat Apr 19 09:21:21 UTC 2025
    - 174 bytes
    - Viewed (0)
  6. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Sat Apr 19 19:03:37 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  7. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Sat Apr 19 15:40:51 UTC 2025
    - 152 bytes
    - Viewed (0)
  8. App::Prove::State::Result.txt

    package App::Prove::State::Result; use strict; use warnings; use Carp 'croak'; use App::Prove::State::Result::Test; use constant STATE_VERSION => 1; =head1 NAME App::Prove::State::Result - Individu...
    perldoc.perl.org/App::Prove::State::Result.txt
    Registered: Sun Apr 20 05:06:26 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  9. podchecker.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...
    perldoc.perl.org/podchecker.txt
    Registered: Sat Apr 19 22:18:55 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  10. warnings::register.txt

    package warnings::register 1.06; require warnings; # left here as cruft in case other users were using this undocumented routine # -- rjbs, 2010-09-08 sub mkMask { my ($bit) = @_; my $mask = ""; ve...
    perldoc.perl.org/warnings::register.txt
    Registered: Sun Apr 20 00:01:29 UTC 2025
    - 768 bytes
    - Viewed (0)
Back to top