The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
PPI::Document
  PPI::Token::Comment  	'#!/usr/bin/perl\n'
  PPI::Statement
    PPI::Token::Word  	'print'
    PPI::Token::Quote::Double  	'"Hello world!\n"'
    PPI::Token::Structure  	';'