Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ionforce
on Sept 1, 2012
|
parent
|
context
|
favorite
| on:
Why Did I Choose Perl When Building Crowdtilt?
In Perl you could write
print "I ate a $fruit for $meal"
Or
printf 'I ate a %s for %s', $fruit, $meal
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
print "I ate a $fruit for $meal"
Or
printf 'I ate a %s for %s', $fruit, $meal