Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > . > Programming Languages > Perl [10 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
Web Developer How to access variables from another module  
16:16 4-Sep-08   [Replies: 2, Views: 95]    By: helpcomm
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 thread
Web Developer help with web form  
18:28 2-Sep-08   [Replies: 10, Views: 122]    By: custardface
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 thread
Web Developer "Bareword found where operator expected at"  
03:37 28-Aug-08   [Replies: 2, Views: 210]    By: cpchan
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 thread
Web Developer send mail attach parameter.  
01:03 25-Aug-08   [Replies: 0, Views: 192]    By: dienql
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 thread
Web Developer Saving zip file under particular dir  
06:28 20-Aug-08   [Replies: 1, Views: 270]    By: smatale
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 thread
Web Developer Problems in Perl search engine script  
16:09 18-Aug-08   [Replies: 1, Views: 238]    By: taqi786
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 thread
Web Developer Perl: How to convert & to &  
15:25 13-Aug-08   [Replies: 1, Views: 301]    By: echristo66
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 thread
Web Developer Window properties  
20:24 11-Aug-08   [Replies: 2, Views: 284]    By: DayStar56
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 thread
Web Developer getting "500 internal server error"  
20:13 4-Aug-08   [Replies: 6, Views: 464]    By: taqi786
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 thread
Web Developer Contact Information / agreement page using forms help  
15:22 1-Aug-08   [Replies: 2, Views: 383]    By: hokeyplyr48
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 thread
Web Developer Form Feedback  
02:04 30-Jul-08   [Replies: 5, Views: 416]    By: PittsburghRed
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 thread
Web Developer Perl code to convert a txt file to PDF  
22:54 29-Jul-08   [Replies: 2, Views: 566]    By: dandelog
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 thread
Web Developer Problem in CGI Session  
10:40 29-Jul-08   [Replies: 1, Views: 431]    By: d0353101
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 thread
Web Developer Parsing an array  
12:37 23-Jul-08   [Replies: 1, Views: 442]    By: jrthor2
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 thread
Web Developer Get content of websites through url that contain variable  
18:20 6-Jul-08   [Replies: 1, Views: 472]    By: joboy84
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 thread
Web Developer PHP Logic / Code help  
12:49 26-Jun-08   [Replies: 1, Views: 232]    By: webDevShane
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 thread
Web Developer Perl Curl: Are the "CURL_OPT"s the same as in PHP?  
12:56 24-Jun-08   [Replies: 0, Views: 270]    By: chesemonkyloma
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 thread
Web Developer How do I determine whether a variable is a string or an integer?  
19:35 23-Jun-08   [Replies: 3, Views: 280]    By: chesemonkyloma
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 thread
Web Developer Add FLOCK To Edit Script  
19:17 23-Jun-08   [Replies: 2, Views: 442]    By: adalby
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 thread
Web Developer Simple Contact form driving me mad!  
15:12 13-Jun-08   [Replies: 1, Views: 521]    By: dizzyblonde
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 thread
Web Developer shttp Search Problem  
01:34 13-Jun-08   [Replies: 2, Views: 314]    By: whYunderground
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 thread
Web Developer Perl and ASP  
19:11 11-Jun-08   [Replies: 1, Views: 362]    By: Markbad311
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 thread
Web Developer perl :: dbi - starting  
11:07 8-Jun-08   [Replies: 1, Views: 496]    By: perl_girlie
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 thread
Web Developer Changing image source.  
22:14 27-May-08   [Replies: 2, Views: 557]    By: hornz2012
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 thread
Web Developer NEw to Perl  
23:42 21-May-08   [Replies: 1, Views: 660]    By: jencinas69
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 thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006