Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Phatricko

    Running PERL on a server

    Oh you mean is the program uploaded to the server and runs? Well I did upload ICPCL.exe to the server and gave it executable permissions...
  2. Phatricko

    Running PERL on a server

    Okay now I tried this and it just doesn't do anything. The .pl file goes into the cgi-bin folder to run, does the picture need to be somewhere special? $ExecString = 'icpcl.exe -convertto jpg -source http://www.flashxtras.com/ic1.bmp -dest www.flashxtras.com dither:no -oper Resize size:500 500...
  3. Phatricko

    Running PERL on a server

    Okay the Image Converter Plus command line is supposed to be able to allow me to take any picture file and convert it into a different picture file format. I got it to work on MY computer but can't get it to convert files on the server. Like I really don't even know the basics of web programming...
  4. Phatricko

    Running PERL on a server

    I'm trying to use a program called Image Converter Plus on my website but I know absolutely nothing about web programming. This is the example they give for PERL. #!/usr/bin/perl print "Content-Type: text/html\n\n"; $ExecString = 'C:\Progra~1\ImageConverter Plus\ICPCL.exe -convertto tiff...

Part and Inventory Search

Back
Top