Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    @a = (1, 2);
    print  $proto->('@a 3 4');  # 1 2 3 4