Calendar - for "REAL" programmers: Difference between revisions

m
→‎{{header|Perl 6}}: cal -h is non-portable(r)
m (→‎{{header|Perl 6}}: typos, etc.)
m (→‎{{header|Perl 6}}: cal -h is non-portable(r))
Line 365:
[Requires the year to be supplied as a command-line argument, Snoopy to be available in snoopy.txt, and Unixish <i>cat</i> and <i>cal</i> commands.]
<lang perl6>$_=["\0"..."~"];<
114 117 110 32 34 99 97 116 32 115 110 111 111 112 121 46 116
116 120 116 59 99 97 108 32 45 104 32 64 42 65 82 71 83 91 48 93 34
>."$_[99]$_[104]$_[114]$_[115]"()."$_[101]$_[118]$_[97]$_[108]"()</lang>
 
Anonymous user