Hi All

Can anyone see anything wrong with this perl script entry?


#!/usr/bin/perl -w

open(DATA, 'C:\Documents and Settings\Stu\chat512.dbb');
while (<DATA>) {
  print $_;
}

reply = <STDIN>;


I keep getting this error at the top of STDIN before the array is
displayed:


Name "main::reply" used only once: possible typo at C:\Documents and
Settings\Stu\skype_log.pl line 8.

Cheers

Stu


_______________________________________________
Peterboro mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/peterboro

Reply via email to