- or download this
my $foo = $bar;
print "hi $foo\n";
print 'hi ', $foo, "\n";
- or download this
ppi_dumper very-easy-print-interpolation2.pl
- or download this
PPI::Document
PPI::Statement::Variable
...
PPI::Token::Whitespace ' '
PPI::Token::Quote::Double '"\n"'
PPI::Token::Structure ';'