The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

    hello("John"); # Python    correct
    hello("John"); # Javascript correct
    hello("John"); # Javascript correct

    hello "John";


    () # parentheses are about priority

    'this', 34

[x, y] = [23,45,453] [x, ...rest] = [23,45,453] console.log(x)

    my ( $x, $y, @rest ) = @