Help for this page

Select Code to Download


  1. or download this
    Global symbol "@arr_ref" requires explicit package name at fluff.pl li
    +ne 12.
    Execution of fluff.pl aborted due to compilation errors.
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    print $#arr_val;
    print "\n";
    print $#$arr_ref;