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...
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...
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...
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]
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.