my $baz = GetFoo() |> GetBar |> GetBaz;
One of the other reasons I use this style is because it allows me to port code easily between different languages.
For example, aside from the "my" keyword, I can pretty much copy and paste the same code between PHP and Perl.
One of the other reasons I use this style is because it allows me to port code easily between different languages.
For example, aside from the "my" keyword, I can pretty much copy and paste the same code between PHP and Perl.