Home : General : Perl Programming :

General: Perl Programming: Re: [Andy] Am I going mad?: Edit Log

Here is the list of edits for this post
Re: [Andy] Am I going mad?
Code:
my $got;

if ($grabbed =~ /Unknown/g) {
$got = 0;
}
else {
$got = 1;
}

?

- wil

Last edited by:

Wil: Sep 1, 2003, 4:12 AM

Edit Log: