in reply to Perl syntax checking without `perl -c`
# workaround.pm BEGIN { push @INC, sub { my ($self, $filename) = @_; return \"1;"; }; } 1;
$ perl -Mworkaround -MFoo::Bar -E' say "still alive"; ' still alive
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl syntax checking without `perl -c`
by hippo (Archbishop) on Dec 06, 2020 at 11:59 UTC | |
Re^2: Perl syntax checking without `perl -c`
by perlfan (Parson) on Dec 03, 2020 at 18:10 UTC | |
by jo37 (Curate) on Dec 03, 2020 at 19:12 UTC | |
by aitap (Curate) on Dec 04, 2020 at 08:36 UTC |