in reply to Print the Global special constant Variable

printf is a print statement. Why not just use that?

>perl -wMstrict -le "printf 'This is the package => %s <=', __PACKAGE__; " This is the package => main <=