Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 81 - 90 of 1,172 for label:perl (0.02 sec)

  1. 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: Sat May 04 15:31:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. 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: Sat May 04 15:24:11 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. semop.txt

    =over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...
    perldoc.perl.org/functions/semop.txt
    Registered: Sat May 04 16:38:22 UTC 2024
    - 815 bytes
    - Viewed (0)
  4. 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: Sat May 04 13:31:28 UTC 2024
    - 760 bytes
    - Viewed (0)
  5. rmdir.txt

    =over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...
    perldoc.perl.org/functions/rmdir.txt
    Registered: Sat May 04 12:38:12 UTC 2024
    - 454 bytes
    - Viewed (0)
  6. telldir.txt

    =over =item telldir DIRHANDLE X<telldir> Returns the current position of the L<C<readdir>|/readdir DIRHANDLE> routines on DIRHANDLE. Value may be given to L<C<seekdir>|/seekdir DIRHANDLE,POS> to ac...
    perldoc.perl.org/functions/telldir.txt
    Registered: Sat May 04 15:16:41 UTC 2024
    - 385 bytes
    - Viewed (0)
  7. 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: Sat May 04 14:07:58 UTC 2024
    - 223 bytes
    - Viewed (0)
  8. perlpacktut.txt

    =head1 NAME perlpacktut - tutorial on C<pack> and C<unpack> =head1 DESCRIPTION C<pack> and C<unpack> are two functions for transforming data according to a user-defined template, between the guarde...
    perldoc.perl.org/perlpacktut.txt
    Registered: Sun May 05 08:45:54 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  9. perltie.txt

    =head1 NAME X<tie> perltie - how to hide an object class in a simple variable =head1 SYNOPSIS tie VARIABLE, CLASSNAME, LIST $object = tied VARIABLE untie VARIABLE =head1 DESCRIPTION Prior to releas...
    perldoc.perl.org/perltie.txt
    Registered: Sun May 05 09:31:20 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  10. perltrap.txt

    =head1 NAME perltrap - Perl traps for the unwary =head1 DESCRIPTION The biggest trap of all is forgetting to C<use warnings> or use the B<-w> switch; see L<warnings> and L<perlrun/-w>. The second b...
    perldoc.perl.org/perltrap.txt
    Registered: Sun May 05 07:24:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top