Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 14, 2022 07:40 am GMT

Checking Syntax of Perl

Perl can check the syntax using "-c" option.

perl -c script.pl

Are you surprised to hear that Perl has syntax checking?

This means Perl is not interpreter language line by line.

Young people maybe don't know this because there is not the correct knowledge of Perl and appropriate interest to Perl.


Original Link: https://dev.to/yukikimoto/checking-syntax-of-of-perl-1nce

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To