C:\>perl -MO=Deparse -wl #! perl -wl use strict; for my $i (1 .. 10) { print $i; } cxontinue { print "#"; print "-"; } __END__ foreach my $i (1 .. 10) { print $i; } do { print '#'; print '-' }->cxontinue; - syntax OK #### display {find Critter "Fred"} 'Height', 'Weight'; #### $fred = Critter->find("Fred"); $fred->display('Height', 'Weight'); #### Critter->find("Fred")->display('Height', 'Weight');