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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment