Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 101 for host:perldoc.perl.org (0.01 sec)

  1. not.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>. =back
    perldoc.perl.org/functions/not.txt
    Registered: Thu Apr 25 11:59:00 UTC 2024
    - 192 bytes
    - Viewed (0)
  2. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Thu Apr 25 07:24:29 UTC 2024
    - 90 bytes
    - Viewed (0)
  3. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back
    perldoc.perl.org/functions/m.txt
    Registered: Thu Apr 25 10:22:42 UTC 2024
    - 90 bytes
    - Viewed (0)
  4. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Thu Apr 25 05:25:13 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  5. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. Typically used ...
    perldoc.perl.org/functions/localtime.txt
    Registered: Thu Apr 25 09:08:56 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. tie.txt

    =over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...
    perldoc.perl.org/functions/tie.txt
    Registered: Thu Apr 25 02:09:43 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. sleep.txt

    =over =item sleep EXPR X<sleep> X<pause> =item sleep Causes the script to sleep for (integer) EXPR seconds, or forever if no argument is given. Returns the integer number of seconds actually slept....
    perldoc.perl.org/functions/sleep.txt
    Registered: Thu Apr 25 02:54:02 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. scalar.txt

    =over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...
    perldoc.perl.org/functions/scalar.txt
    Registered: Thu Apr 25 05:10:40 UTC 2024
    - 1K bytes
    - Viewed (0)
  9. getnetbyaddr.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/getnetbyaddr.txt
    Registered: Thu Apr 25 06:08:18 UTC 2024
    - 7K bytes
    - Viewed (0)
  10. setprotoent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/setprotoent.txt
    Registered: Thu Apr 25 11:46:13 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top