Day To Day Technology Updates
New Products, Techniques, Trends, Algorithms, Ideas and Events in Embedded
Monday, April 25, 2011
Perl for the day: Conditional construct
use strict;
use warnings;
if($#ARGV + 1 < 1) {
print "Vaadaa\n";
}
else {
print "Podaaa\n";
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment