This will let you modify your code (I didn't modify mine, but it gives you an idea of how to do it).$end = 0; $var = 1; $code='print "test $code"; $end = 1 if ($var >= 2); $var++; eval ($code) if ($end == 0);'; eval($code);
In reply to Re: Self-Modifying-Perl-Script
by c-era
in thread Self-Modifying-Perl-Script
by crazyinsomniac
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |