Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 2,615 for host:perldoc.perl.org (0.02 sec)

  1. chroot.txt

    =over =item chroot FILENAME X<chroot> X<root> =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames t...
    perldoc.perl.org/functions/chroot.txt
    Registered: Wed Sep 18 07:23:22 UTC 2024
    - 760 bytes
    - Viewed (0)
  2. 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: Wed Sep 18 11:20:01 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. 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: Wed Sep 18 11:06:35 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Wed Sep 18 13:33:23 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. 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: Wed Sep 18 13:07:55 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. my.txt

    =over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A L<C<my>|/my VARLIST> declares the listed variables to be local (lexically) to the enclosi...
    perldoc.perl.org/functions/my.txt
    Registered: Wed Sep 18 11:14:34 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. recv.txt

    =over =item recv SOCKET,SCALAR,LENGTH,FLAGS X<recv> Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR w...
    perldoc.perl.org/functions/recv.txt
    Registered: Wed Sep 18 09:59:20 UTC 2024
    - 809 bytes
    - Viewed (0)
  8. field.txt

    =over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...
    perldoc.perl.org/functions/field.txt
    Registered: Wed Sep 18 15:24:23 UTC 2024
    - 223 bytes
    - Viewed (0)
  9. $0.txt

    =over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...
    perldoc.perl.org/variables/$0.txt
    Registered: Fri Sep 13 12:19:33 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. %^H.txt

    =over =item %^H X<%^H> The C<%^H> hash provides the same scoping semantics as L<C<$^H>|/$^H>. This makes it useful for implementing lexically scoped pragmas. See L<perlpragma>. All the entries are ...
    perldoc.perl.org/variables/%^H.txt
    Registered: Fri Sep 13 13:20:32 UTC 2024
    - 909 bytes
    - Viewed (0)
Back to top