in reply to Re^3: Implicit references? module -> feature -> pragma -> "Perl8" ?
in thread Implicit references? module -> feature -> pragma -> "Perl8" ?

if we want to pass an @arr to a function we need to explicitly reference it \@arr and inside the function we always need to explicitly dereference it.

Correct and sorry I misunderstood...

  • Comment on Re^4: Implicit references? module -> feature -> pragma -> "Perl8" ?