Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 331 for label:perl (0.02 sec)

  1. getpwuid.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/getpwuid.txt
    Registered: Sun May 05 01:06:30 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. 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: Sun May 05 00:06:44 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. shmread.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmread.txt
    Registered: Sun May 05 00:42:12 UTC 2024
    - 769 bytes
    - Viewed (0)
  4. elseif.txt

    =over =item elseif The "else if" keyword is spelled C<elsif> in Perl. There's no C<elif> or C<else if> either. It does parse C<elseif>, but only to warn you about not using it. See the documentatio...
    perldoc.perl.org/functions/elseif.txt
    Registered: Sun May 05 03:07:15 UTC 2024
    - 273 bytes
    - Viewed (0)
  5. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back
    perldoc.perl.org/functions/defer.txt
    Registered: Sun May 05 00:25:54 UTC 2024
    - 141 bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. if.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back
    perldoc.perl.org/functions/if.txt
    Registered: Sun May 05 04:06:46 UTC 2024
    - 194 bytes
    - Viewed (0)
  10. xor.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/xor.txt
    Registered: Sun May 05 05:11:36 UTC 2024
    - 192 bytes
    - Viewed (0)
Back to top