Jump to content

Base64 encode data: Difference between revisions

m
→‎{{header|Perl 6}}: change file location for ease of automated testing
m (→‎{{header|Perl 6}}: change file location for ease of automated testing)
Line 882:
=={{header|Perl 6}}==
<lang perl6>sub MAIN {
my $buf = slurp("/tmp./favicon.ico", :bin);
say buf-to-Base64($buf);
}
10,333

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.