QA-esque things at TPC

2001-07-21 Thread Michael G Schwern
If you're going to TPC, here's the QA-ish things going on that I know of: Monday, 1:45pm - 5:15pm "How To Be Lazy Without Really Trying" Tutorial on basic software engineering techniques. It's actually *not* Perl specific. Monday, 8pm - 9pm Lazy Asses BOF Basically a question and answer session

Problems with the skip interface. :(

2001-07-21 Thread Michael G Schwern
Well, I ran into a snag. I tried doing this: { my($Skipped, $Skip_Reason); sub test_these (&;$) { my($code, $how_many) = @_; goto $code; # skip() will jump to here to bail out of the $code. CONSIDERED_HARMFUL: if( $Skipped ) { $how_many ||=