in reply to
Re: Fun with ANSI
in thread
Fun with ANSI
It uses ANSI escape sequences to control cursor movement, not to display different colors. Change
;print}print
to
;print;sleep 1}print
to see it more clearly.
perl -e '($,,@_)=("er",",\n","l Hack"," P","Just anoth"); print reverse @_;'
Comment on
Re^2: Fun with ANSI
Select
or
Download
Code
In Section
Obfuscated Code