Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S03] remove Scalar from the smart matching table
  • Loading branch information
moritz committed Aug 8, 2011
1 parent f0be5f1 commit e874ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators.pod
Expand Up @@ -3630,7 +3630,7 @@ as a default because the more specific types listed above it didn't match.
Set Hash hash keys same set $_ === X.keys
Array Hash hash slice existence X.{any @$_}:exists
Regex Hash hash key grep any(X.keys).match($_)
Scalar Hash hash entry existence X.{$_}:exists
Cool Hash hash entry existence X.{$_}:exists
Any Hash hash slice existence X.{any @$_}:exists

Str Regex string pattern match .match(X)
Expand Down

0 comments on commit e874ee4

Please sign in to comment.