Can someone check for me if this works on *nix systems? It's my first obfu....
#! /usr/bin/perl/ use strict;my $string="~^^..o^.(_)^X.#^~^^..o^.//^X.#^~^^..o_r^.(_.^X. +#^~^^..o.r^.//^X.#^~^^..o_er^.(_.^X.#^~^^..o.er^.//^X.#^~^^..o_ker^.( +_.^X.#^~^^..o.ker^.//^X.#^~^^..o_cker^.(_.^X.#^~^^..o.cker^.//^X.#^~^ +^..o_acker^.(_.^X.#^~^^..o.acker^.//^X.#^~^^..o_hacker^.(_.^X.#^~^^.. +o.hacker^.//^X.#^~^^..o__hacker^.(_.^X.#^~^^..o._hacker^.//^X.#^~^^.. +o_l_hacker^.(_.^X.#^~^^..o.l_hacker^.//^X.#^~^^..o_rl_hacker^.(_.^X.# +^~^^..o.rl_hacker^.//^X.#^~^^..o_erl_hacker^.(_.^X.#^~^^..o.erl_hacke +r^.//^X.#^~^^..o_Perl_hacker^.(_.^X.#^~^^..o.Perl_hacker^.//^X.#^~^^. +.o__Perl_hacker^.(_.^X.#^~^^..o._Perl_hacker^.//^X.#^~^^..o_r_Perl_ha +cker^.(_.^X.#^~^^..o.r_Perl_hacker^.//^X.#^~^^..o_er_Perl_hacker^.(_. +^X.#^~^^..o.er_Perl_hacker^.//^X.#^~^^..o_her_Perl_hacker^.(_.^X.#^~^ +^..o.her_Perl_hacker^.//^X.#^~^^..o_ther_Perl_hacker^.(_.^X.#^~^^..o. +ther_Perl_hacker^.//^X.#^~^^..o_other_Perl_hacker^.(_.^X.#^~^^..o.oth +er_Perl_hacker^.//^X.#^~^^..o_nother_Perl_hacker^.(_.^X.#^~^^..o.noth +er_Perl_hacker^.//^X.#^~^^..o_another_Perl_hacker^.(_.^X.#^~^^..o.ano +ther_Perl_hacker^.//^X.#^~^^..o__another_Perl_hacker^.(_.^X.#^~^^..o. +_another_Perl_hacker^.//^X.#^~^^..o_t_another_Perl_hacker^.(_.^X.#^~^ +^..o.t_another_Perl_hacker^.//^X.#^~^^..o_st_another_Perl_hacker^.(_. +^X.#^~^^..o.st_another_Perl_hacker^.//^X.#^~^^..o_ust_another_Perl_ha +cker^.(_.^X.#^~^^..o.ust_another_Perl_hacker^.//^X.#^~^^..o_Just_anot +her_Perl_hacker^.(_.^X.#^~^^..o.Just_another_Perl_hacker^.(_)^X.#^~^^ +..o..Just_another_Perl_hacker^.(_)^X.#^~^^..o...Just_another_Perl_hac +ker^.(_)^X.#^~^^..o....Just_another_Perl_hacker^.(_)^X.#^~^^..o.....J +ust_another_Perl_hacker^.(_)^X.#^~^^..o......Just_another_Perl_hacker +^.(_)^X.#^~^^..o......Just_another_Perl_hacker^.(_)^X.#^~^^..o......J +ust_another_Perl_hacker^.(_)^X.#^~^^..o......Just_another_Perl_hacker +^.(_)^X.#^~^^..o......Just_another_Perl_hacker^.(_)^X.#^~^^..o......J +ust_another_Perl_hacker^.(_)^X.#^~^^..o......Just_another_Perl_hacker +^.(_)^X.#^~^^.........Just_another_Perl_hacker^^...^^";my $charToPrin +t;sub printIndividual { my $n = shift; $charToPrint=substr($string,$n +,1); if ($charToPrint eq ".") { print " ";}elsif($charToPrint eq "^") +{print "\n";}elsif ($charToPrint eq "~"){select (undef,undef,undef,.2 +);system (CLS); } else{print "$charToPrint";}if($n<length($string)){p +rintIndividual(($n+1));}}printIndividual (0);

Cheers!
Petras

In reply to First Obfu by Petras

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.