I don't know why the hints are undef for c, but I can confirm it's accurate.
$ diff -u \
<( perl -MO=Concise,b b.pl 2>&1 ) \
<( perl -MO=Concise,c b.pl 2>&1 )
--- /dev/fd/63 2023-03-06 20:59:39.932888013 -0400
+++ /dev/fd/62 2023-03-06 20:59:39.932888013 -0400
@@ -1,8 +1,8 @@
b.pl syntax OK
-main::b:
+main::c:
5 <1> leavesub[1 ref] K/REFC,1 ->(end)
- <@> lineseq KP ->5
-1 <;> nextstate(main 1252 b.pl:15) v:%,*,&,x*,x&,x$,fea=15 ->2
+1 <;> nextstate(main 1257 b.pl:16) v:*,&,x*,x&,x$,fea=1 ->2
4 <1> entersub KS ->5
- <1> ex-list K ->4
2 <0> pushmark s ->3
Note the different value of the hints (fea= for "feature") for the two lines.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.