The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#=infix
infix:«<»( $a, $b );      # $a.infix:«<»( $b );
infix:«<=>»( $a, $b );    # $a.infix:«<=>»( $b );
infix:<¥>( @a, @b );      # @a.infix:<¥>( @b );
#=circumfix
circumfix:«{ }»($a, 'foo'); # $a.circumfix:«{ }»('foo');
#=postcircumfix
postcircumfix:«{ }»($a, 'foo');
# $a.postcircumfix:«{ }»('foo');