The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
with Ada.Text_IO; use Ada.Text_IO;
procedure Hello is
begin
  Put_Line("Hello, world!");
end Hello;