![]() |
|
"be consistent" | |
PerlMonks |
Re: Super Search searches scratchpads which are not publicby ambrus (Abbot) |
on Jun 12, 2004 at 13:35 UTC ( #363597=note: print w/replies, xml ) | Need Help?? |
You can use this feature to find out the full text of the private scratchpad. For example, if you want to know what follows "vec" in princepawn's scratchpad, you super-search the scratchpad for "veca", "vecb", ... putting each character after vec. This is very slow, so don't do it unless you really need to. It also sucks because the search is case-sensitive. I tried this just to test that it works. It turns out that princepawn's scratchpad contains "$vector, 1, rand(2" (some letters may be ucased): super-search proves it. I did the search with a little script that tries every character automatically (some think there are 2**31 characters). To find out the next character, just try (Update: readmored code)
Beware, this takes some time to finish. Some guesswork can help (I guessed that "or" would follow "vact").
In Section
Perl Monks Discussion
|
|