Exit 1D0-437 CIW PERL FUNDAMENTALS
Question 1 of 5
0% complete
Q1 Single choice

Which of the following choices demonstrates the correct syntax to pass a reference to a subroutine?

  • A

    \@array4;

  • B

    @array4($ref);

  • C

    getpass(\@array4);

  • D

    getpass{@array4};

Previous Next