> I want to control an ftp session with a Perl script so that I can log on to
> boxes (which may require a username & password or just a username), search
> for files and move files from box to box. The script will have to deal with
> the possible responses and be able to act accordingly. If you h
no dice: i tried adding this immediately after the open:
binmode *HTML, ":text";
which results in:
Unknown discipline ':text' at ../js.pl line 25.
> try putting:
>
> binmode HTML, ":text";
>
> immediately after the open.
>
> On Mon, 22 Oc
hi-
i'm tring to write a simple script that opens a set of html files and
replaces one hunk of text with another. i'm using 5.6.0 on solaris 8.
the script runs fine, and correctly replaces every piece of text that it
should. problem is this: it seems to convert the mode of the file in a
way t