Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    my $destref = \${$hashRef->{'a'}}; # <- problematic line
    
    dd \%testHash;
    
  2. or download this
     2:28 >perl 1389_SoPW.pl
    { a => \undef }
    
     2:28 >