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-
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
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