설치
sudo apt-get install perl
소스코드 작성(vim test.pl)
#!/usr/bin/perl
use
strict;
use
warnings;
print
"hello world\n"
;
실행
perl test.pl
설치
sudo apt-get install perl
소스코드 작성(vim test.pl)
#!/usr/bin/perl
use
strict;
use
warnings;
print
"hello world\n"
;
실행
perl test.pl