Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 188 for label:perl (0.02 sec)

  1. prototype.txt

    =over =item prototype FUNCTION X<prototype> =item prototype Returns the prototype of a function as a string (or L<C<undef>|/undef EXPR> if the function has no prototype). FUNCTION is a reference to...
    perldoc.perl.org/functions/prototype.txt
    Registered: Mon Jan 12 00:34:20 UTC 2026
    - 722 bytes
    - Viewed (0)
  2. lstat.txt

    =over =item lstat FILEHANDLE X<lstat> =item lstat EXPR =item lstat DIRHANDLE =item lstat Does the same thing as the L<C<stat>|/stat FILEHANDLE> function (including setting the special C<_> filehand...
    perldoc.perl.org/functions/lstat.txt
    Registered: Mon Jan 12 02:51:50 UTC 2026
    - 573 bytes
    - Viewed (0)
  3. our

    =over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS C<our> makes a lexical alias to a package (i.e. global) variable of the same...
    perldoc.perl.org/5.43.5/functions/our Similar Results (5)
    Registered: Mon Jan 12 04:44:17 UTC 2026
    - 4.6K bytes
    - Viewed (0)
  4. push.txt

    =over =item push ARRAY,LIST X<push> X<stack> Adds one or more items to the B<end> of an array. my @animals = ("cat"); push(@animals, "mouse"); # ("cat", "mouse") my @colors = ("red"); push(@colors,...
    perldoc.perl.org/functions/push.txt
    Registered: Mon Jan 12 03:42:10 UTC 2026
    - 628 bytes
    - Viewed (0)
  5. class.txt

    =over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...
    perldoc.perl.org/functions/class.txt
    Registered: Mon Jan 12 04:04:41 UTC 2026
    - 393 bytes
    - Viewed (0)
  6. __LINE__.txt

    =over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187
    perldoc.perl.org/functions/__LINE__.txt
    Registered: Mon Jan 12 04:16:32 UTC 2026
    - 187 bytes
    - Viewed (0)
  7. untie.txt

    =over =item untie VARIABLE X<untie> Breaks the binding between a variable and a package. (See L<tie|/tie VARIABLE,CLASSNAME,LIST>.) Has no effect if the variable is not tied. =back 183
    perldoc.perl.org/functions/untie.txt
    Registered: Mon Jan 12 06:01:35 UTC 2026
    - 183 bytes
    - Viewed (0)
  8. foreach.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 194
    perldoc.perl.org/functions/foreach.txt Similar Results (7)
    Registered: Mon Jan 12 06:53:59 UTC 2026
    - 194 bytes
    - Viewed (0)
  9. no.txt

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...
    perldoc.perl.org/functions/no.txt
    Registered: Mon Jan 12 05:51:47 UTC 2026
    - 244 bytes
    - Viewed (0)
  10. getprotobyname.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/getprotobyname.txt Similar Results (29)
    Registered: Mon Jan 12 14:55:09 UTC 2026
    - 6.9K bytes
    - Viewed (0)
Back to top