Post #2173826
2026-05-04 11:41 UTC
A simple Perl script to wish you well on Star Wars Day!
Or to run it directly:
perl -e 'print "Do you like Star Wars? (yes/no): "; $|=1; $a=<STDIN>; chomp $a; print lc($a) =~ /^(yes|y)$/ ? "May the Fourth be with you!\n" : "Have a great day!\n"'
#maythefourthbewithyou #mayThe4th #perl #starwarsday
Replies (0)
No replies.