Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        my $val = eval qq{"$a"} || $@;
        print "$i = $val\n";
    }
    
  2. or download this
    use strict;
    
    ...
    };
    $Data::Dumper::Useqq = 1;
    print Dumper(\%data);