Simon Cozens wrote (on perl6-internals):
> -- 
> sub UNIVERSAL::AUTOLOAD{ $UNIVERSAL::AUTOLOAD =~ s/::/ /; print
> "$UNIVERSAL::AUTOLOAD "}; hacker perl another just;

That repetition feels awkward.

$_ = q{sub {$=~s/::/ /;print"$"}},
s/[b\$]/$& UNIVERSAL::AUTOLOAD /g,
eval;  hacker  perl  another  just

-- 
Kevin Reid

Reply via email to