in reply to Re: perl: restrict perl from automaticaly creating a hash branches on check
in thread perl: restrict perl from automaticaly creating a hash branches on check

Hi there.. you used the wrong character for the terminating symbols.. it's / not backslash \. So for instance <p> .... </p>. Take a look at Perl Monks Approved HTML tags and Writeup Formatting Tips.

  • Comment on Re^2: perl: restrict perl from automaticaly creating a hash branches on check
  • Download Code

Replies are listed 'Best First'.
Re^3: perl: restrict perl from automaticaly creating a hash branches on check
by alex5161 (Novice) on Nov 06, 2014 at 17:38 UTC

    Ahhh!

    Thanks! Corrected!