Thread: Perl - Test for ???
Results 1 to 2 of 2
Related
-
How can i execute a perl file within perl programming... Forum: CGI Perl Forum
Replies: 1 -
please test for me...help! Forum: Web Hosting Forum
Replies: 8
-
12-14-2003, 07:06 PM #1
Perl - Test for ???
Does anyone know how to test for in Perl? Thanks in advance!!
-
12-28-2003, 05:21 AM #2
perl
Originally Posted by J-Man
if ($whatever =~ /\ /) {
print "Yup!\n";
} else {
print "Nope\n";
}
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum