can i grab some frame of flash (swf) and create image (jpg) file of it?
imagemagick don't recognize swf...How can I do that in perl ?
thanx
Hello,
I am currently running a perl script for the web and need it to run with sudo.
Here's how the code starts
________________________________________
#!/usr/sbin/sudo /usr/bin/perl...
Hello guys,im new to perl so i got a small problem here.Glad if anyone could help.
Im building a personal search engine and i would like to use double quotes to get the exact word/words.I got...
Experts,
I would like to know what the best module is for creating charts. I have installed GD, however I am not sure whether this module would be best for graphs.
Dear experts,
I sought at http://www.davekam.f2s.com/spanish.html
a goov Spanish verb conjugator. Could you please tell me how I use it in my website?
Thank you in advance.
Letchev
Hello Everyone,
I am trying to write a cgi program and want to start of by first testing a hello world program. I know the script is right but when I try to run in my IE browser it says 'In...
I need a simple script to GET HTTP URL string variables and then to post them to another URL.
Lets call variable on string www.mysite.com/cgi-bin?Firstname=FName
Post to www.mysite2.com/...
I tried to set a cookie by, this method first
#!/usr/bin/perl
use CGI;
$cgiCkie = new CGI;
$fut_time=gmtime(time()+365*24*3600)." GMT"; # Add 12 months (365 days)
$cookie = $cgiCkie-...
Hi,
I currently use text files as my database. I don't know how to use a delimited text file.
I am currently using the cut command to pull out my fields but this is a pain.
Here is an...
I want to add a "send file attached" option in a mail script.
It's alway the same file : example test.doc or blabla.xls
regards,
Milcoi
was trying to put back to original factory settings know when I start it says system is not fully insalled to run set up again. When I put the recovery cd in I get NTDR is Corrupt system can...
I'm new to DBs and really, really suck at PERL. I need to have my database online. It has three columns, but only two will be displayed at this time. My question is, how do I get the two colum...
I need to create a webpage using cgi programming to build an admin. tool so that the user can import/export a csv file into a Unix DBM database to update it.
Thank you.
I have a CGI script running on my desktop with APACHE as web server.
In my CGI/Perl script, I am doing
open(TP, "> $file") or die "Cannot open the file";
print TP "TESTTTTTTTTTT...
I've been meaning to get to the bottom of this for ages! So.. here we go.
I have a couple of digital download books I'd like to sell, on say, eBay. I understand that in some cases, when the ...
I'm having trouble running a Perl script on IIS 6.0 (Also on earlier versions). The script runs fine until I get to a page that has a form with a lot of input fields. Then it locks up for se...
I'm using an CGI Uploader from this site : http://tomas.epineer.se/ with PHP. While excuting the file I got these errors :
[Wed Apr 25 21:01:42 2007] [error] [client 127.0.0.1] Premature en...
Experts,
I have extracted GD Graph to my hard drive now, and I would like to install this using Perl's PPM command line tool.
I am not sure where I need to place the GD folder, and what ...
This question has been somewhat answered before, though vaguely, so I'm giving it a try.
Basically, I have the attached code in a CGI uploading script. It uses this bit of code to POST the ...
Hi all,
I haven't written code in a while and was hoping someone here might be able to help. In theory it seems pretty simply but I am not sure of the syntax.
I need to parse a data text f...
I am having a problem with a string. I have a field that I let users type in free text. Some users don't use spaces.. i.e. sep everything with commas instead of spaces. When they do this and I...
Am a perl CGI beginner. Am running this script on a windows OS with ActivePerl and using Apache Tomcat 6.0.
The error I get is -
Status: 400 Bad request (malformed multipart POST) Content-...
how can i send sms using perl script ?
I have a file submission on a form and I need to submit that form to a cgi script, but it doesnt produce any output when I have enctype="multipart/form-data" in the form tag on the html page. ...
Hi,
A perl script that creates encrypted buttons for a PayPal shopping cart runs fine when invoked on the command line, but returns no data when the perl script is run from the browser, as wo...