Help for this page

Select Code to Download


  1. or download this
    $;=pack"H*",'6d6f6e6b6579';$_=<>;$:=($_=~/$;/?' ':' not ');print$;.$:.
    +'found';
    
  2. or download this
    #!/usr/bin/perl
    print"Please enter the string to be searched for the string 'monkey':\
    +n"
    ;$;=pack"H*",'6d6f6e6b6579';$_=<>;chomp;
    $:=" was".($_=~/$;/?' ':' not ');print"String ".
    $;.$:.'found';