Perl virtual machine: Difference between revisions

Content deleted Content added
revert - rm link, as it is not specifically about the subject; formatting: whitespace (using Advisor.js)
Line 15:
<source lang="bash">
$ perl -MO=Concise,-exec -E 'say "Hello, world!"'
1 <0> enter
2 <;> nextstate(main 46 -e:1) v:%,{
3 <0> pushmark s
Line 84:
*[http://perldoc.perl.org/perlguts.html Introduction to the Perl API]
*[http://search.cpan.org/perldoc?perloptree The "B" op tree.]
*[http://www.perl.org/ The Perl Programming Language]
 
{{Perl}}