On Sat, 1 Jun 2002, Malcolm Debono wrote:
> I am trying (not an expert) to write a script that will, to begin with,
> write the meta tags to a file from an html file.
> I have managed so far (after many hours) but when the tags are written in
> the html on seperate lines it doesn't write all of t
>Dear Tim,
> I might be wrong on this.
>I believe that, we can open the file for both read and write
( perl).
>something like,
> open("AA"," +>>philips.txt");
### Using this we >can read/write/a
onnam Balam/BTC/MS/PHILIPS)
veState.com Subjec
You can't read from a file that is opened for writing. Your script actually crashes
perl on my machine. I'm not exactly sure
what you intended to do there, so I can't offer any suggestions unless you
provide more detail.
Tim
___
Perl-Win32-Users mail
Hi All
I'm fairly new to PERL. I am writing a script that has
opens a file that has two sets of values for which I
need to check for duplicate values , print only a
unique value to another file. I'm running into a
problem that is reproducible in the script below also
and seems to do with Filehandl
- Original Message -
From: "jack martin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 2:09 PM
Subject: Printing to file
> Hi All
> I'm fairly new to PERL. I am writing a script that has
> op