Thanks, applied as 79a59c7258f9a162e5dddf58683731a4f525a2ae
2009/8/28 Frank Wiegand <frank.wiegand@gmail.com>:
> Hi, this patch adds ~~ and // to perlcheat.pod
>
> Thanks, Frank
>
>
>
> diff --git a/pod/perlcheat.pod b/pod/perlcheat.pod
> index 07853a8..7f2c830 100644
> --- a/pod/perlcheat.pod
> +++ b/pod/perlcheat.pod
> @@ -35,11 +35,11 @@ already be overwhelming.
> << >> while ( ) { }, until ( ) { }
> named uops if ( ) { } elsif ( ) { } else { }
> < > <= >= lt gt le ge unless ( ) { } elsif ( ) { } else { }
> - == != <=> eq ne cmp for equals foreach (ALWAYS)
> + == != <=> eq ne cmp ~~ for equals foreach (ALWAYS)
> &
> | ^ REGEX METACHARS REGEX MODIFIERS
> && ^ string begin /i case insens.
> - || $ str. end (before \n) /m line based ^$
> + || // $ str. end (before \n) /m line based ^$
> .. ... + one or more /s . includes \n
> ?: * zero or more /x ign. wh.space
> = += -= *= etc. ? zero or one /g global
>
>
--
"You don't mean odds and ends, you mean des curieux et des bouts",
corrected the manager.
-- Terry Pratchett, Hogfather
Thread Previous