Hello, world!
Posted feedbacks - Perl
1 2 | # perl6
"Hello, world!".say
|
1 2 3 | use autobox;
use autobox::Core;
'hello, world!'->ucfirst()->print();
|
1 | print "\x48\x65\x6c\x6c\x6f\x2c\x20\x77\x6f\x72\x6c\x64\x21\n";
|
map覚えたてです
1 | map{print chr hex}qw(48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21);
|



にしお
#3358()
Rating0/0=0.00
[ reply ]