Christopher Spears <mailto:[EMAIL PROTECTED]> wrote:

: What is going on?  Does this mean that nothing was
: captured?

    Test it yourself.

if ( $date =~ /(\w+)/ ) {
    my $day = $1;
    print "Day: $day\n";

} else {
    print "Nothing matched.\n";
}

__END__


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to