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
100
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
239
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
146
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
197
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
67
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
186
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
146
Member Avatar for msvinaykumar

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

Member Avatar for trickykid
0
69
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
90
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
208
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
784
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
243
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
110
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
147
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
250
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
363
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
109
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
114
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
57
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
238
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
159
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
114
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
54
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
146
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
187
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
296
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
150
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
90
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
85
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
91
Member Avatar for drbouncy

Can anyone help? I have uploaded a formmail.cgi permission are set to 755 All appears to be working fine, even gives confirmation mail is sent. Never arrives though! Any ideas? I am gutted, I've spent days trying to sort it and no luck. I am trying to do some research …

Member Avatar for YUPAPA
0
207
Member Avatar for enampwd
Member Avatar for enampwd
0
78
Member Avatar for mikan060737760

what i am going to ask help friend in here is not about coding but it is about installation of z39.50 client ...now i only install perl and i do not remember other application for make z39.50 client works. anyone pls if you know some sufficient information please mail to …

0
64
Member Avatar for b.janahi

hello, i'm trying to run a progrm written in perl this is the code i wrote perl aramorph.pl <infile> outfile where aramorph is a notpad file with my code saved in c:\perlscripts infile is the file that should be read from outfile ................................wirte the output to. both saved in c:\perlscripts …

Member Avatar for b.janahi
0
111
Member Avatar for wxfjordan

Hello All: I want this perl script to run in Linux, solaris and windowXP. How to modify this script and make it running in different OS. Hope some Perl senior help me. Thanks!!!! #!/usr/bin/perl -w use Win32:: DriveInfo; if ( $^O =~ /^(MS)?Win/ ) { $TotalNumberOfFreeBytes = (Win32:: DriveInfo:: DriveSpace('c:'))[6]; …

Member Avatar for wxfjordan
0
110
Member Avatar for Nisha R

Hi, I understand the advantages of using perl over other shell programming techniques like sh,ksh,bash etc. I understand that perl is very powerful and advanced. But, here, i want to know, if there is any situation, where in, we prefer to use the usual shell programming over perl? Any performance …

Member Avatar for chrisranjana
0
250
Member Avatar for dogma

The question is simple... Can Perls LWP::UserAgent handle proxies that require authentication. I have UserAgent running well, but the documentation doesn't mention authenticated proxies. Any help would be great. Thanks

Member Avatar for dogma
0
242
Member Avatar for AmandaBrice

I think I might have unplugged the laptop while it was on (the battery is dead, so I always have to have it plugged in). Now, every time I boot it and a window is open, the on-screen image is very small (about 2 inches by 4 inches and the …

Member Avatar for AmandaBrice
0
67
Member Avatar for brounemmanuel

I can run processes with system or exec, but when i try to start a GUI, the process starts but doesnt show. If i test this on comandline it shows but not on server (am using Apache,)

Member Avatar for brounemmanuel
0
132
Member Avatar for brounemmanuel

Please help me with how to use client inputs in a form as part of arguments in a CGI script following a button return. I want a client to specify a name which i can then use in perl script to create a folder for that client.

Member Avatar for demo
0
215
Member Avatar for brounemmanuel

Hello I am new in Perl and CGI. I want to write a program in perl that enables me to call executables, some of them maybe GUI. My starting point was to write a small program that would call an interface because this is on a local machine. Ultimately i …

Member Avatar for KevinADC
0
145
Member Avatar for irtisha

i just wanna know that how perl finds its applications in yhe field of bioinformatics.which tools used in bioinformatics have the perl scripting.to have detiled knowledge about perl which book is suggested which is simple to understand

Member Avatar for masijade
0
85
Member Avatar for heatherc3

I'm a n00bly n00b when it comes to Perl. I have data that will be set out in comma separated values that needs to have logic applied to it and then replace the value with text. This is to prep the data for a mail merge. We're using this to …

Member Avatar for Comatose
0
281
Member Avatar for meepsgood

[COLOR=#000000]I am having trouble getting this script started, if anyone has any ideas fell free to comment, i am new to perl script writing and am finding this one a bit difficult: [/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]i need a Perl program which will check whether or not an IP Address entered by …

Member Avatar for KevinADC
0
277
Member Avatar for alphabravo

I am trying to write a page that uses Javascript to post a variable to [I]another[/I] page so that it does not appear in the address bar. There are pages out there that almost do what I would like them to do, but are confusing... part of the reason for …

Member Avatar for tgreer
0
105
Member Avatar for curtis03

i have ciscoworks lms 2.5 which had a log rotation script 'logrot.pl' installed upon installation. i managed to run this and view the menus available, but now when i try to run the script it cannot be found. i have checked the relevant directory and found the file size is …

Member Avatar for KevinADC
0
64
Member Avatar for StandardsDT

hey everyone im posting this in here cause its the only place that seems some what relevant to GeSHI as it uses php5. anyways heres my issue our forum is IPB 2.1.X if you visit the following link youll clearly see that my responce is wrapped in the quote box …

Member Avatar for Phaelax
0
223
Member Avatar for vader

Hi, I have a simple program that ask for a four digit number and then multple questions and writes the input to a text file, so I have a text file with multple lines of information and each line starts with a four digit number. I now want to check …

Member Avatar for KevinADC
0
246
Member Avatar for liliafan

I am writing an application to interact with a Faircom c-tree database, there will be thousands of entries in the database I am trying to decide if I should impliment in perl or C++ Has anyone used Perl to interact with c-tree databases? What kind of perform have people got …

Member Avatar for masijade
0
202
Member Avatar for Covinus

hi im covinus im new here. I was looking for a community that can help me learn perl through my own efforts. thats why i found this community.. i want to learn perl!! i cant afford to go to school and learn pearl so i just bought a cheap book …

Member Avatar for Covinus
0
90

The End.