The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 #!/usr/bin/perlmy $x = "One";$x = "Two";my $y = "Lambda";$x = "Four";
#!/usr/bin/perl
my
$x
=
"One"
;
"Two"
$y
"Lambda"
"Four"