Skip to content

Commit

Permalink
added tc and tclc
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtkind committed Jul 25, 2014
1 parent af060ce commit b6a6b2a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/appendix-a-index.txt
Expand Up @@ -4613,6 +4613,21 @@ can add several item to the list of return values of a
tangent, trigonometric function, takes angle in radian —
see also [**to-radians**](#to-radians), [**cos**](#cos), [**sin**](#sin)

<a id="tc"/><a id="tc-op"/>
**tc** ([Str](#Str-type) [--\>](#minus-minus-greater-signature) [Str](#Str-type))
*«string method»* &mdash;
return a copy of a string where first character is uppercase, rest unchanged
usable as operator and as method &mdash;
see also: [**fc**](#fc) and [**lc**](#lc)

<a id="tclc"/><a id="tclc-op"/>
**tclc** ([Str](#Str-type) [--\>](#minus-minus-greater-signature) [Str](#Str-type))
*«string method»* &mdash;
return a copy of a string where first character is uppercase, rest changed to lowercase
usable as operator and as method &mdash;
see also: [**fc**](#fc) and [**lc**](#lc)


<a id="temp"/>
**temp** &mdash; , in Perl 5: *local*

Expand Down Expand Up @@ -5039,6 +5054,7 @@ block of code executed when the [*routine*](appendix-g-glossary.html#routine)
is called, normally declared implicitly,
by providing a block after the subroutine's signature definition


<a id="words"/>
**words**
*«string method»* &mdash;
Expand Down

0 comments on commit b6a6b2a

Please sign in to comment.