Help for this page

Select Code to Download


  1. or download this
    # f() returns three elements
    
    ...
    
    my $count = @all = g();     # OK, list assignment in scalar cx
    my $count = () = g();       # OK, list assignment in scalar cx