John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
So if strict and warnings are both in effect, and dies_ok is not imported with the prototype it was being called with before, what does this syntax mean?dies_ok { HTML::EntityReference::ordinal('CapitalDifferentialD', ':foo +XX') } $test_name;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What does this syntax mean?
by GrandFather (Saint) on May 14, 2011 at 05:04 UTC | |
|
Re: What does this syntax mean?
by ikegami (Patriarch) on May 14, 2011 at 05:15 UTC |