my $a = 1; .. my $b = func1($a); .. sub t{ my ($c) = @_; } t(func2($b));
Since Parse::Perl::Independant can parse Perl itself,is it possible to know that $c is first converted from $a and then converted from $b programatically(which is obvious for human)?
If yes,any advice?
In reply to Static analysis using PPI by PerlOnTheWay
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |