Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            print Dumper(\@a);
        }
    }
    
  2. or download this
    Variable "@a" will not stay shared at c.pl line 17.
    
  3. or download this
    ARRAY(0x1890e78)$VAR1 = [
              1
    ...
    ARRAY(0x1890e78)$VAR1 = [
              1
            ];