in reply to Re: Re: Another LostS Question - Phone Number Checks
in thread Another LostS Question - Phone Number Checks

Well I do have the Oreilly Perl books on-line... You know the books on CD... I bought it and put it on my web server at home... so I could access it while at work....

perl -e '$cat = "cat"; if ($cat =~ /\143\x61\x74/) { print "Its a cat!\n"; } else { print "Thats a dog\n"; } print "\n";'
  • Comment on Re: Re: Re: Another LostS Question - Phone Number Checks