VoxForge
hi all frindz
while i am executing the following command.
$perl fixfulllist.pl fulllist1 fulllist
Unable to open fulllist1 for reading at fixfulllist.pl line 33.
and line 33 in fixfulllist.pl is
open (FILEIN,"$filein") || die ("Unable to open $filein for reading");
plz help me and my contact email [email protected] or [email protected]
i got the same error
"Unable to open fulllist1 for reading at fixfullist.pl line 33." the problem was i was not writing the extension of the file. as i have made the fulllist1 file in txt format so the command shoud be
perl fixfullist.pl fulllist1.txt fulllist
this is correct... hope this will work.. coz its working in my recognizer...