On May 18, Yacketta,Ronald J said:

>Is this error version specific? 
>syntax error at ./wki.pl line 101, near "tr/ //d for "
>Execution of ./wki.pl aborted due to compilation errors.

  ... for LIST;

was added in 5.005, so for 5.003, you'll need to do:

  for (LIST) { ... }

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
Are you a Monk?  http://www.perlmonks.com/     http://forums.perlguru.com/
Perl Programmer at RiskMetrics Group, Inc.     http://www.riskmetrics.com/
Acacia Fraternity, Rensselaer Chapter.         Brother #734
** I need a publisher for my book "Learning Perl's Regular Expressions" **

Reply via email to