AlexMcLean

From Toplap
Revision as of 22:25, 31 July 2005 by 84.9.37.205 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

sub bang {#

   my $self = shift;
   $self->code->[9] .= "#";##
   $self->code->[4] =~ s/[\d\.]+/int(rand(@{$self->code}))/e;#
   $self->code->[14] =~ s/\#\#.*//;#
   $self->code->[7] =~ s/[\d\.]+/int(rand(@{$self->code}))/e;
   $self->modified;#

}#

http://yaxu.org/