NAME ^

variables.t - testing variables

DESCRIPTION ^

Test variables.

my $hello = "Hallo\n"; print $hello;


parrot