Movies as code
Home
Genres
Top Posts
All Movies
Top Geeks
Submit
Created by
Ben Howdle of
Superman
Wednesday, March 7th, 2012 at 6:27 pm |
Action
| by
David Sinclair
if
(
$_
eq
"bird"
)
{
print
"It's a birdn"
}
elsif
(
$_
eq
"plane"
)
{
print
"It's a planen"
}
else
{
print
"It's Superman!n"
}
Vote up this code
2