In X::Mixin::NotComposable§

See primary documentation in context for method target

method target()

Returns the target of the failed mixin operation.

In Match§

See primary documentation in context for method target

method target()

Returns a string representation of the object against which the regex matches. This is the value that the regex engine works with internally.

my $a = "þor" ~~ /o/;
say $a.target # OUTPUT: «þor␤»

In X::Temporal::InvalidFormat§

See primary documentation in context for method target

Returns the target type (Date in the example above)

In X::Numeric::Real§

See primary documentation in context for method target

method target()

Returns the type to which the coercion was attempted.

In X::IO::Symlink§

See primary documentation in context for method target

Returns the path that symlink failed to create a link to.

In X::IO::Link§

See primary documentation in context for method target

Returns the name of the link target, i.e. the existing file.