Calendar: Difference between revisions

Content added Content deleted
m (cal)
Line 809:
 
=={{header|Perl}}==
This will call to the external program, cal.
<lang perl>$_=$ARGV[0]//1969;`\143\141\154 $_ >&2`</lang>
 
<lang perl>$_=$ARGV[0]//1969;`\143\141\154cal $_ >&2`</lang>
 
=={{header|PicoLisp}}==