On Wed, Nov 21, 2001 at 08:17:25PM -0500, [EMAIL PROTECTED] wrote: > PS: How do I say C<print "1..0\n" if ($^O ne 'VMS');> under Test::More?
plan( skip_all => "Only for VMS. You go home now." ) if $^O 'ne' VMS; -- Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/ Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One "Hey kids! I'm Beefy the Elf! Follow me to Meattart Land!" "It's like chewing on a lemon cow!" "I like Meattarts 'cause they're meaty!" "I like Meattarts 'cause... wait. These suck." http://www.goats.com/archive/000608.html
