Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Obfu/golf Contest

by Pug (Monk)
on Feb 19, 2003 at 23:04 UTC ( [id://236872]=note: print w/replies, xml ) Need Help??


in reply to Obfu/golf Contest

Here are two soluations that does not have a 'seen' print statement in it. Unforuntly both will only stop when you press a second \n or Crtl-C it. This one is the first version I have no special setup required. The problem is that you can easy tell where the monkey is checked.
#!/usr/bin/perl -pal if($t++) { exit; } $_=join "",("String \'monkey\' was ", (pop @F)!~/monkey/&& 'not ', 'fo +und in the input string.'); sub BEGIN{ print "Please enter the string to be search for the string +'monkey':";}
This one requires that it be runed with this command
perl -F'monkey' $CODE_FILE
I can't seem to get the -F to work when in the #! of the file. 8(
#!/usr/bin/perl -apn if ($t++) { exit; } $_=join "",("String 'monkey' was ", scalar @F ==1 && 'not ', 'found in the input string.'); sub BEGIN{ print "Please enter the string to be search for the string +'monkey':";}
--
Pug

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://236872]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found