Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MillerH
  • Content: Threads
  • Order by date
  1. MillerH

    Cartalk Puzzler: The Palindromic Odometer

    Howdy All, There yet another Cartalk Puzzler that begs for a programmatic solution for y'all to dig your teeth into. It shouldn't take very much code to do this, so if you would post your code in tags, we'll at least get to see the differences in our coding styles. As an additional problem...
  2. MillerH

    So long trusty syntax highlighter...

    It appears that our trusty shared syntax highlighter website that Kevin referred us to has gone away. http://www.e-pixs.com/highlight/ from http://www.tek-tips.com/viewthread.cfm?qid=1337600 http://www.tek-tips.com/viewthread.cfm?qid=1331330 Guess it's time to roll my own unless anyone else...
  3. MillerH

    Cartalk Puzzler: Seeing Double

    Greetings All, I listen to the Cartalk Puzzler every week, and occasionally they pose a problem that is solvable programatically. http://www.cartalk.com/content/puzzler/transcripts/200725/index.html Anyway, I thought that some of y'all might like a quick challenge, and in the mean time you...
  4. MillerH

    Kevin reaches 300

    Congratulations to Kevin on reaching 300 votes in the Perl Forum! He's not only the most helpful person in the forum, but easily the most friendly as well. Great work! [2thumbsup]
  5. MillerH

    Error Indicators for Modules

    I'm looking to add some type of error indicators to my modules. Basically, I want to be able to attempt to perform an operation, detect it easily from the calling location, and then handle it in some graceful and appropriate way. IE: $myObjInstance->myFunction or confess "problems were...
  6. MillerH

    IPC::Shareable alternative in ActivePerl

    Is there an alternative module that could be used with ActivePerl in the below coding example from Perl Cookbook (version 1) Solution 16.12 - Sharing Variables in different processes? #!/usr/bin/perl # sharetest - test shared variables across forks. use IPC::Shareable; my $buffer; my $handle...

Part and Inventory Search

Back
Top