in reply to Linux console japh

Actually I seem to remember the old one curved in the other direction so it was more like this:

clear;perl -we 'ioctl STDIN,19296,$t=pack a8888;while(++$o){select""," +","",0.01;print"\e[H";for$v(0..19){$x=0.8*$_-2e-2*$v*($_-39)+0.6*$o,p +rint vec($t,8-$x%9+8*int($v-4.5+3e-3*($_-39)**2)+256*ord substr("Just + another Perl hacker ",$x/9%26),1)?"#":" "for 0..78;print$/}}'

Replies are listed 'Best First'.
Re^2: Linux console japh
by wazoox (Prior) on Sep 07, 2009 at 15:55 UTC
    Doesn't work for me :
    syntax error at -e line 3, near "*int(" Execution of -e aborted due to compilation errors.
    What's wrong?
    $ perl -v This is perl, v5.10.0 built for i486-linux-thread-multi

      You could get something like that if perlmonks wraps the code for you and marks continuation lines with red + signs and you copy those signs. Try using the "Download code" link instead.

        stupid me :/ That's impressive, by the way :)