Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Which of the following values of $measure will make it into the correct measures section in the code below: P3, D7, DD, w1, IM, I9, I4, J1

0 views
Skip to first unread message

Windows server

unread,
Jun 5, 2009, 2:39:18 AM6/5/09
to sru...@gmail.com
Which of the following values of $measure will make it into the
correct measures section in the code below: P3, D7, DD, w1, IM, I9,
I4, J1

if ($measure =~ /A[1-3]/ ||
$measure =~ /I[1-8]/ ||
$measure =~ /D[0-9]/ ||
$measure =~ /P[1-2]/ ||
$measure =~ /C[1-2]/ ||
$measure =~ /W[1-3]/ ||
$measure =~ /O[1-4]/)
{ # do something here; }

Sherm Pendley

unread,
Jun 5, 2009, 10:54:45 AM6/5/09
to
Windows server <sru...@gmail.com> writes:

Why not just run it and see for yourself?

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net

0 new messages