rocky/Perl-Syntax

Perl module for syntax checking a string or Perl file. Like perl -c, but with more control over output

PerlMakefile
This is stars and forks stats for /rocky/Perl-Syntax repository. As of 28 Apr, 2024 this repository has 2 stars and 0 forks.

Name Perl::Syntax -- Syntax Check Perl files and strings Summary This module syntax checks Perl files and strings. It is identical to running perl -c ..., but output doesn't go by default to STDOUT. You run his like this from a command line: $ perl -MPerl::Syntax perl-program.pl $ perl -MPerl::Syntax -e 'your perl code' which is like: $ perl -c perl-program.pl 2>/dev/null $ perl -MPerl::Syntax -e 'your perl code' 2>/dev/null Or from inside Perl: system($^X, '-M', 'Perl::Syntax', $perl_program); system("$^X...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
Ildaron/Laser_controlPythonMakefile1.1k01070
unicode-org/icu4xRustC++Makefile1.1k+3136+2
danyaberezun/compilers-supplementaryTeXMakefile701630
epiccastle/bbsshClojureCMakefile45030
pkg/errorsGoMakefile8.1k06780
terraform-docs/terraform-docsGoShellMakefile3.7k05110
hstreamdb/hstreamHaskellC++Python6490560
terraform-google-modules/terraform-google-vpnHCLGoMakefile77083+2
cloudfoundry/cflinuxfs4DockerfileMakefile0030
cask/eplEmacs LispMakefile640210