Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    
    eval $dump;
    print "New length after eval: ", length($a), "\n";
    
  2. or download this
    Initial length: 2
    Dumped code with Useqq = 0:
    ...
    Dumped code with Useqq = 1:
    $a = "\r\n";
    New length after eval: 2