zarn icon indicating copy to clipboard operation
zarn copied to clipboard

update AST.pm

Open MyselfYangjz opened this issue 2 months ago • 0 comments

Modify some AST code to make it more compatible,Can be adapted to the following situations:

use 5.018; use strict; use warnings; sub main {

my $name = $ARGV[0];
my $name = 'test'; 
system ("echo Hello World! $name");

}

exit main();

MyselfYangjz avatar Apr 16 '24 01:04 MyselfYangjz