RE: Fetching web pages and displaying as text

2002-07-29 Thread Senthil Kumar M.
Hi, I tried it once more after including use HTTP:Request; It gives the same error message Senthil > > this is going to sound absolutely retarded, but did you include > > use HTTP::Request; > > in your code? =) > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Fetching web pages and displaying as text

2002-07-29 Thread Senthil Kumar M.
Hi, I am trying out some scripts using lib-www perl (LWP) module. Unfortunately i am behind a firewall and our network uses a proxy. I am using the following script to fetch a page and display the contents. It does not work, the error message says: "501 (Not Implemented) Protocol scheme '' is n

Re: concatenation pdf files

2001-12-09 Thread Senthil Kumar M.
Hi, You can do like this: cat file1.ps >> file2.ps (file2 has all the pages from file1 and file2) ps2pdf file2.ps file2.pdf Hope this helps Senthil On Thu, 6 Dec 2001 [EMAIL PROTECTED] wrote: > Hello, > > Is there a script based routine for concatenation > postscript or pdf files? > > So