Re: printing to file from html

2002-06-01 Thread Carl Jolley
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

Re: Printing to file

2002-04-24 Thread Tim . Moose
>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

Re: Printing to file

2002-04-24 Thread ponnam . balam
onnam Balam/BTC/MS/PHILIPS) veState.com Subjec

Re: Printing to file

2002-04-24 Thread Tim . Moose
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

Printing to file

2002-04-24 Thread jack martin
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

Re: Printing to file

2002-04-10 Thread Edward G. Orton
- 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