Skip to content

Instantly share code, notes, and snippets.

@eam
Created August 30, 2023 16:21
Show Gist options
  • Save eam/e39b695c965786c980b1a90f9d37a65b to your computer and use it in GitHub Desktop.
Save eam/e39b695c965786c980b1a90f9d37a65b to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use warnings;
use strict;
use feature 'say';
use utf8;
use open qw( :std :encoding(UTF-8) );
use lib ".";
use 中文;
#say for %INC
包 你好;
say "hi";
函数 笑 { 说 "哈哈哈" };
./test.pl
hi
哈哈哈
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment