Hi,
I am new to perl and i want to debug a perl program.
I have the following statement:
$dbh=DBI->connect("DBI:mysql:$DBNAME",$DBUSER,$DBPASS)
And i want to display the...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
http://www.custardface.co.uk/details.html [http://www.custardface.co.uk/details.html]>
i would like the submit button to take them to a page that says
Thanks etc
and email me the details...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Dear all,
I got the above error.
I need to write a crontab script in my HP-UX system in order to do SAP re-index regularly :
#!/opt/perl/bin/perl
#
# Use SAP BR*TOOLS to reorganize i...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all.
I have a trouble with passing parameter like this:
In my registering page, before user input values for register,
I need to check the recieve email (cellular's email), so click t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am uploading zip file using apache request object.
$uploader = $r->upload('BatchCreativeFile')
I am facing problem while saving it under particular dir
I am trying : $uploader-&g...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
LWP Problem:
An Error Occurred
500 Can't connect to www.ussc.alltheweb.com:80 [http://www.ussc.alltheweb.com:80]> (Bad hostname 'www.ussc.alltheweb.com')
perl script!!!
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a perl file that is pulling data from a database and printing it in XHTML. I am trying to stick to W3C standards which ask that any '&" be coded '&"
So what is the...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am in the process of developing a commercial application that provides examination preparation. When a client is taking an exam the window should be without the menubar and toolbar, but be resiz...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i have installed a meta search engine perl script
but it is giving me the same error again and again
it resides at the given address:
http://yamsearch.co.cc/cgi-bin/yam/cgsearch.cgi [http...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey, just found this site through google and hope i've come to the right place.
i'm fairly proficient in html code, but what i need i feel is outside of this realm. (CGI scripts i believe)
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am using bignosebird's form script. I have it working just fine on one site. But on another, the data just does not come to me. The script outputs 3 files to the cgi-bin and the data is there. I...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a txt file with some data in it. How do I save that output file as a pdf file?
I'm pretty new writing Perl. Hence can you please explain in detail?
Thanks in advance.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am having login.cgi. user enter id and password. if ok it redirects to main.cgi with user_id as main_page.cgi?user_id=$user_id.
main.cgi is having left menu and right part is for doing some...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have the below code that loads a db2 table:
Code:
my @cmdoutput = `db2 connect to $db user $USER using $PASSWORD; db2 import from $DBBACKUPFILE of del replace into table.name; db2 connect...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I just begun to develop perl scripts.
My script:
1) It connects to mysql db to get some url's
2) It grab some other url's from given websites
3) It try to get the ip of the ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Okay so here is my dilemma. I am trying to write a PHP script that is going to add and delete and edit comments.
As of now it adds comments fine. Here is the problem. When I try to delete.This...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm rewriting a PHP class for use in Perl and I was wondering if the options were the same.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm testing a simple program to compute the circumference of a circle. The user enters the radius, and the program computes the circumference. If the user enters a string instead of an integer, ho...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have an awesome update script that pulls a recordset in from a Pipe delimeted text file and lets you update any field trhough a web form.
I have multiple people in there at the same time an...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
My website is hosted by 123-reg on a linux server. I am trying to put a simple contact form on a page of my website called contact.html. I have built the form in dreamweaver. I have downloaded the...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need to log in to a secure site and perform some automated searching. I have the secure login working fine, but the search is returning so results with search strings that yield results on a bro...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello all, Thanks in advanced for taking a minute and looking at this thread.
I have a ASP site that has a standard login system, I use cookies but in an array. We have a piece of a perl script ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi all
first - i am new to perl and i am new to this board.
well i need to collect some of the data out of a site - here is an example.
http://www.bamaclubgp.org/forum/sitemap.php [http...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I run a webcam site and need a script to change the webcam image to a "Disabled Camera" image based on the last modified timestamp of the image. Does anyone have a script that would do t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello i am new to pearl attached is the file as txt I need help with
That perl file gets info from a data base an writes a csv file, I need to add
ID,Category,Description,,,,,,,,,,,,,...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine