in reply to Re: Changing %s to (Info: %s)
in thread Changing %s to (Info: %s)

Thanks I inserted it and now it does make some changes only that it cuts out the %s just writing (Info: )...

This is the message (with \%s OR %s in the s statement):
Use of uninitialized value in printf at ./changer.pl line 11, <READER> + line 73.

Replies are listed 'Best First'.
Re^3: Changing %s to (Info: %s)
by eric256 (Parson) on Apr 12, 2006 at 13:09 UTC

    Could you try the code as posted? That error shows you are still reading from a different file handle than DATA. Try getting the examples posted here working and then once those work adapt them to your own needs.


    ___________
    Eric Hodges