On Wed, Jun 18, 2003 at 04:08:22PM +0100 AustinTanney wrote: > Hi I'm totally new to the list and havent a clue about coding. gotta start > somewhere tho :-) > > Interesting signature. One thing I dont get though is, why when i change any > of the backwards text does it stop the output from working?
In the case of this signature, the text that you changed deliberately is the actual Perl code that gets executed. Perl is a dynamic language which means that many information (including the code itself which is to be executed) can be provided and manipulated at runtime: $string = 'print "hello world\n"'; eval($string); is a valid Perl program where the actual action happens in the eval(). With this it's the same as with the signature: Make some changes to $string and the program might no longer work. But don't focus on that yet. First make yourself comfortable and familiar with Perl and programming in general before you tackle things like dynamic code generation. You've found the right spot with this list to get the necessary assistance on this way. Tassilo -- $_=q#",}])!JAPH!qq(tsuJ[{@"tnirp}3..0}_$;//::niam/s~=)]3[))_$-3(rellac(=_$({ pam{rekcahbus})(rekcah{lrePbus})(lreP{rehtonabus})!JAPH!qq(rehtona{tsuJbus#; $_=reverse,s+(?<=sub).+q#q!'"qq.\t$&."'!#+sexisexiixesixeseg;y~\n~~dddd;eval -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]