At 04:01 PM 5/18/01 -0400, Yacketta,Ronald J wrote:
>Is this error version specific?
>syntax error at ./wki.pl line 101, near "tr/ //d for "

Yes, that feature was enabled in 5.005.

You can change

         tr/ //d for $date, $ssid, $file;

to

         for ($date, $ssid, $file) { tr/ //d }

for 5.003.

>Execution of ./wki.pl aborted due to compilation errors.
>
>We have perl 5.003 we are beta testing 5.6.1 in out dev env and have a
>promote to production path to follow before it hits production.

--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com

Reply via email to