We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perl实现
say (pack("c*","104","101","108","108","111","32","119","111","114","108","100"));
保存为t.txt Perl -E t.txt 可以输出对应结果
值得注意的是,say需要perl较高版本作为解释器.
The text was updated successfully, but these errors were encountered:
可以PR参与排行
Sorry, something went wrong.
我就是绕不过去 perl5 要么 use 5.10; 要么 perl -E 才能实现,才改成 perl6 的,要不然直接
use 5.10;
perl -E
say v72.101.108.108.111.32.87.111.114.108.100
就好了(
No branches or pull requests
Perl实现
say (pack("c*","104","101","108","108","111","32","119","111","114","108","100"));
保存为t.txt
Perl -E t.txt 可以输出对应结果
值得注意的是,say需要perl较高版本作为解释器.
The text was updated successfully, but these errors were encountered: