2,452 Topics

Member Avatar for
Member Avatar for Woobag

Ive done several echo's and such to make sure info is in my variables before. When i do the first update on the page, i think the second one is running too. Either way, my record is being deleted for whatever reason... Aside from some help with the current setup, …

Member Avatar for Woobag
0
98
Member Avatar for metabo_man

hello all, Now my question is - can i apply the code on the part of the board. In order to get a "Copy" of the board with category 17 and category 3 .... see here [URL="http://=http://www.nukeforums.com/forums/viewforum.php?f=17"]=http://www.nukeforums.com/forums/viewforum.php?f=17[/URL] [URL="http://=http://www.nukeforums.com/forums/viewforum.php?f=3"]=http://www.nukeforums.com/forums/viewforum.php?f=3[/URL] readers from here i look forward to hear from you [quote] Let's …

Member Avatar for KevinADC
0
236
Member Avatar for nathanpacker

Hey everyone, I need a little snippet of code that I can use to call a google search. I know I can just use html to link to a google search with a predefined search string in the search box, but what I'd like to do is create a little …

Member Avatar for nathanpacker
0
140
Member Avatar for clarkkent

Hey guys. I have a prewritten script for uploading images to my server. It already checks filesize which i need. But i also need to check the image width and height to make sure it does not go over a certain size. I am not sure how to accomplish this …

Member Avatar for trickykid
0
196
Member Avatar for msvinaykumar

[LEFT]Hi, I am using a sendmail command in perl to send emial , I wonder how to get a message confirmation that mail has been sent to perticular user Vinay [/LEFT]

Member Avatar for trickykid
0
65
Member Avatar for msvinaykumar

I'm using "sendmail" command in perl to send email If I send email using perl script and if I check /var/mail/root I can see a recent copy of mail that I sent using script Is ther any way so that I dont want copy of mail to appear in /var/mail/root …

Member Avatar for trickykid
0
184
Member Avatar for msvinaykumar

Hi, What does this error means Can't locate TT/Flow_test.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.6/mach /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.6/BSDPAN /usr/local/lib/perl5/5.8.6/mach /usr/local/lib/perl5/5.8.6 .) do I want to copy Flow_test.pm to some folder? If yes which folder ? currently I kept that package in TT folder Vinay

Member Avatar for trickykid
0
143
Member Avatar for msvinaykumar

Hi, How to implement sleep function in perl Which package supporting that Vinay

Member Avatar for trickykid
0
66
Member Avatar for Smoke

I don't know how I can execute an event of Javascript into a link in a program in Perl. This event of JavaScript have executed a function that return a HTML page. Anybody know how I can it? Is it possible do it this?: $datos=$datos."<a href='" . $me . "?C=OFERTAS2&EMPRESA=".$empresa_param."&NREF=".$nref."' …

Member Avatar for hooknc
0
87
Member Avatar for droolin

History of what is trying to be accomplished: Currently where I work, we receive a large number of excel documents which are used to manually change pl/sql scripts for updating oracle database's. From my research, I have found that oracle can not read excel documents, least not till 9.0, and …

Member Avatar for _raz_
0
204
Member Avatar for KevinADC

the Perl syntax highlighter is mangling some perl code, for example, this line: [CODE]my(undef, undef, $ftype) = fileparse($file,qr{\..*});[/CODE] using the perl syntax highlighter (which I guess does not work in this forum) the backslash in [B]qr{\..*}[/B] is removed, and becomes [B]qr{..*}[/B] which is no longer the correct code for the …

Member Avatar for Dani
0
782
Member Avatar for whitetigereyes

Hello! I am using the following PERL code to display the contents of a sub-directory on my server: [code] sub doit { opendir(DIRHANDLE,"/home/username/public_html/$DirName"); @filenames = ( sort readdir(DIRHANDLE) ); foreach $dirfile (@filenames) { print "<b><a href='/$DirName/$dirfile' target='new'>$dirfile</a></b><br><br>"; } }[/code] That code simply opens a directory and spits out the contents …

Member Avatar for KevinADC
0
239
Member Avatar for sujagr8

hi everybody, i need to link this html pages if i click submit button.It should fetch the textbox value to another html page <html> <head> </head> <body> <form method=post action="g1.html"> <input type=text id="q" > <input type="submit" name="submit"> </form> </body> </html> <html> <head> </head> <body> <form method=post> <input type=text id="q" value=""> …

Member Avatar for netburst
0
107
Member Avatar for msvinaykumar

Hi, Please explain me how XML is useful . Please give me any Case study example. Vinay

Member Avatar for KevinADC
0
144
Member Avatar for V KUMAR

At local machine, How to zip a file at remote location using scripting in batch file

Member Avatar for KevinADC
0
247
Member Avatar for Silentiopk4

I am going to write a log-in script to a MS SQL database where once the user is logged in, he or she will have certain capabilities given the roll assigned (student, admin, or volunteer), but not others. My question is how to make the login secure, to have timeouts, …

Member Avatar for masijade
0
358
Member Avatar for Mushy-pea

Hello fellow web designers. I used Dreamweaver to place a rollover image on one of my web pages. It uses Javascript. When I looked at the code it had written, it includes the following null hyperlink on the image: [HTML]<a href="#"><img src="rochfest-logo.gif" onmouseover="stuff" onmouseout="more stuff"></a>[/HTML] Is there any chance this …

Member Avatar for FC Jamison
0
107
Member Avatar for msvinaykumar

Hi, Is there any perl script (Or any script) available so that I can get email ID when user clicked the link . example Suppose I send this similar sample link (Give below) to three person A,B and C [URL="http://www.example.com/cgi-bin/test.cgi"]http://www.example.com/cgi-bin/test.cgi[/URL] (No query_string) Then I should Get there email address Vinay

Member Avatar for msvinaykumar
0
111
Member Avatar for Zarkon

Ok guys, i'm newbie in perl si i've got one question. Look at that code [code] #!perl -w use Win32::API; $CreateProcess = new Win32::API('Kernel32', 'CreateProcess', 'PPSSIDIPSS', 'N'); if(not defined $CreateProcess) { die "Failed to load library CreateProcess: $!\n"; } my $strup = Win32::API::Struct->typedef('STARTUPINFO', qw( DWORD cb; LPTSTR lpReserved; LPTSTR lpDesktop; …

0
55
Member Avatar for bigfoot_80906

In unix there is a -p tag for the mkdir command. Is there a similar tag in Perl?

Member Avatar for KevinADC
0
229
Member Avatar for Krofh

Hello, The title pretty much describes the problem I'm having. Right now, I've got a <table> with two <tbody>s in it; the first one is visible (display:inline) and the second one is invisible (display:none). The first one contains a button, the second one several form fields. Pressing the button hides …

Member Avatar for Krofh
0
144
Member Avatar for MckeMowse

Hi all, I'm pretty new to Perl and already I'm finding myself lost. I have created a form for my website that allows users to enter news articles (a textarea) and then my code saves the text entered ($Text) to the database. I have set the Text to longtext through …

Member Avatar for Comatose
0
110
Member Avatar for sujagr8

dear All, Anyone know about OpenFTS(Full Text Search) engine. we want to integrate the concept with our own website. please reply soon...

Member Avatar for KevinADC
0
52
Member Avatar for hotshotcity

Hello All, This post is releated to the help provided to heatherc3 (Suggestions for perl resources? Dealing with csv data.) Posted May 18th 2006 04:01 PM, and I could use the solutions posted there, if I could get to that as a starting point. I want to work on a …

Member Avatar for hotshotcity
0
143
Member Avatar for manju13

I am invoking a perl program from the shell script. the shell script is named as sam.sh #!/usr/bin/sh perl check1.pl cr_incr08292005 n n //cr_incr08292005 is the directory under a directory where sam.sh,slp.pl and check1.pl are stored. The check1.pl is as below. The check1.pl inturn call another perl program slp.pl. #!/usr/local/bin/perl …

Member Avatar for John Bokma
0
185
Member Avatar for timhysniu

Hello there, I am working on a web site which google is not indexing properly at all. The site might have some adult content and I am assuming that could be the problem. Apparently even google ads aren't related to anything in my pages. My site is basically the same …

Member Avatar for Big Bill
0
294
Member Avatar for bagi

Hello all, I need some help from you all..... I have datagrid which shown some list of data such as books..... And before each of these data i have "get details" hyperlink button in datagrid and when i click the i want to show detail of that book..... [code]<Columns> <asp:HyperLinkColumn …

Member Avatar for brassinserts
0
148
Member Avatar for Bruner

[COLOR=#000000]SENIOR SOFTWARE ENGINEER NEEDED!!![/COLOR] [COLOR=#000000]Location: Bay Area, CA[/COLOR] [COLOR=#000000]Start Date: IMMEDIATELY[/COLOR] [COLOR=#000000]DURATION: 7 Months[/COLOR] [COLOR=#000000]Required Experience:[/COLOR] [COLOR=#000000]Client has Release process in their engineering department. The scope of the work is to technically contribute in the development / Support of their applications.[/COLOR] [COLOR=#000000]Required Skills:[/COLOR] [COLOR=#000000]1. PERL - 9 (in the scale …

0
88
Member Avatar for Silentiopk4

Hello, I'm inheriting a half-built web-site that has runs on IIS over an MS SQL database. The web pages are written in ASP and they are mostly a mess. Is it possible to use Perl scripts in an MS SQL and IIS environment? Thanks for any input or feedback. Silentiopk4

Member Avatar for TheNSS
0
81
Member Avatar for pvoice

I'm having a problem with Windows XP booting. I get past the splash screen. the screen turns blue and I see a banner staing "Please wait, windows is loading." The operating system stops at this point. It's not freezing becuase I have control of my mouse. I've tried to start …

Member Avatar for knsljo
0
78

The End.