Interesting
| -> | $rock->()->the->kasbah(); | $rock-> ()-> the-> kasbah(); |
| ~> | $rock~>()~>the~>kasbah(); | $rock~> ()~> the~> kasbah(); |
| &> | $rock&>()&>the&>kasbah(); | $rock&> ()&> the&> kasbah(); |
| ?> | $rock?>()?>the?>kasbah(); | $rock?> ()?> the?> kasbah(); |
| +> | $rock+>()+>the+>kasbah(); | $rock+> ()+> the+> kasbah(); |
| !> | $rock!>()!>the!>kasbah(); | $rock!> ()!> the!> kasbah(); |
| ->> | $rock->>()->>the->>kasbah(); | $rock->> ()->> the->> kasbah(); |
| ->-> | $rock->->()->->the->->kasbah(); | $rock->->()->->the->-> kasbah(); |
| ==> | $rock==>()==>the==>kasbah(); | $rock==> ()==> the==> kasbah(); |
| ?-> | $rock?->()?->the?->kasbah(); | $rock?-> ()?-> the?-> kasbah(); |
| ->? | $rock->?()->?the->?kasbah(); | $rock->? ()->? the->? kasbah(); |
| &-> | $rock&->()&->the&->kasbah(); | $rock&-> ()&-> the&-> kasbah(); |
| &&-> | $rock&&->()&&->the&&->kasbah(); | $rock&&->()&&->the&&-> kasbah(); |
| -&> | $rock-&>()-&>the-&>kasbah(); | $rock-&> ()-&> the-&> kasbah(); |
| -&&> | $rock-&&>()-&&>the-&&>kasbah(); | $rock-&&>()-&&>the-&&> kasbah(); |
| ->& | $rock->&()->&the->&kasbah(); | $rock->& ()->& the->& kasbah(); |
| ->&& | $rock->&&()->&&the->&&kasbah(); | $rock->&&()->&&the->&& kasbah(); |
| -=> | $rock-=>()-=>the-=>kasbah(); | $rock-=> ()-=> the-=> kasbah(); |
| =-> | $rock=->()=->the=->kasbah(); | $rock=-> ()=-> the=-> kasbah(); |
| ?> | $rock?>()?>the?>kasbah(); | $rock?> ()?> the?> kasbah(); |
| ?-> | $rock?->()?->the?->kasbah(); | $rock?-> ()?-> the?-> kasbah(); |
| ?->: | $rock?->:()?->:the?->:kasbah(); | $rock?->:()?->:the?->: kasbah(); |
| ~>: | $rock~>:()~>:the~>:kasbah(); | $rock~>: ()~>: the~>: kasbah(); |
In reply to Re^2: What operator should perl5porters use for safe dereferencing?
by Anonymous Monk
in thread What operator should perl5porters use for safe dereferencing?
by de-merphq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |