2,977 Topics

Member Avatar for
Member Avatar for MattEvans

In certain cases, it's correct for my app to die if it encounters a potentially dangerous condition... I'm working on a more detailed error reporting system, and among the things I want to list are; the object class that threw the error, and the method that threw the error. At …

Member Avatar for MattEvans
0
196
Member Avatar for Mushy-pea

Hello everyone. If you're a regular Perl user you might already know this; the developers of Perl 6 are using a prototype version of the Perl 6 interpreter written in Haskell to do various "proof of principle" testing. It's called Pugs (maybe a pun on the Haskell interpreter Hugs). However, …

Member Avatar for KevinADC
0
90
Member Avatar for prabakaran_ms

I am from india.For past 4 yrs i am working as software engineer in embedded systems.Just i have entered to working with Perl...I hope i would get good help and i can clear my clarification through this community... Regards Prabakaran :lol:

Member Avatar for ~s.o.s~
0
12
Member Avatar for Mushy-pea

Hello everyone. I am getting close to completing an early version of my open source forum system perlBB ([url]http://sourceforge.net/projects/perlbb)[/url]. I was wondering if someone could give me some advice about distribution of code between modules. In the scenario that the perl scripts in my system are run non - persistantly …

0
33
Member Avatar for Mushy-pea

Hello everyone. Does anyone know why Unix developers seem to have an obsession with the words foo and bar? Anyone who has read many Unix manual pages or the official Perl documentation will know what I mean. They appear as example variable or parameter names all over the place! Maybe …

Member Avatar for Infarction
0
108
Member Avatar for jaguar founder

Hello, I have a question about perl I wanna connect a program for example a login/user creation to a website It a program That once you make an Account it sends that account to the game server which requires login to play And once you make that Account you can …

Member Avatar for jaguar founder
0
118
Member Avatar for mattyd

**[I]Note: This may not be the correct forum for this post; I posted here as I thought it may be related in at least an indirect way. Please move if necessary.[/I] I have never knowingly worked on any projects where I had to attempt to extend a language. I hear …

Member Avatar for Narue
0
127
Member Avatar for kenjutsuka

Hi all, was curious about linking in VS .NET 2005 (Non Express Edition). I'm getting a huge flagdown of LNK2001 errors(about 2100 errors, distributed throughout each object file to be linked). I'm sure my libraries are correctly setup and are working. The one's the code I'm compiling is dependant on …

Member Avatar for Ancient Dragon
0
105
Member Avatar for Compu Nerd

I've recently relpaced a MOBO in an older laptop running Win 98SE. When i put it back together the keyboard doesnt seem to work properly. When i press A i get E. When i press S i get V. Whats going on here. Ive also noticed that the video doesnt …

Member Avatar for Compu Nerd
0
74
Member Avatar for sougataroy

I have a Repeater control (myrepeater) and a datagrid both bound to the same datasource: dgMaster.DataSource = GetAuthors() dgMaster.DataBind() myRepeater.DataSource = GetAuthors() myRepeater.DataBind() Here is how it is setup in the repeater: <asp:Repeater id="myRepeater" runat="server"> <HeaderTemplate> <tr> </tr> </HeaderTemplate> <ItemTemplate> <tr> <td width="30%"></td> <td><%# Container.DataItem("firstdate") %></td> <td width="30%"><asp:HyperLink ID="Hyperlink1" Runat="server" …

0
78
Member Avatar for MattEvans

is it possible, to use, or otherwise import and access the class in a .pm file by a suggested name (this would be after compilation)... here's the lowdown, I've been working on a project for a while now, it is an XML processor. One of the parts of a process …

Member Avatar for MattEvans
0
416
Member Avatar for mahe4us

Dear ALL, Iam a PHP programmer and I have one year experience in php programming. Now I would like to study PERL and its features. can any PERL prorammer let me know the good tutorial or URL for studying PERL. Really its helpful for me..... Thanks in advance....

Member Avatar for Puckdropper
0
163
Member Avatar for Raju5725

HI, I am new to web development as well as ASP.Net....I am trying to design and a develope a web UI....in which I have two frames....in one one of the frames I am placing my menu items (presently a href tags)....when I click on any of the menu item the …

0
64
Member Avatar for kathas

Hello every body, Ok here is my problem... I make an HTTP Request to a server and i am being redirected to another page. How can i know to which page am i being redirected? Depending on the Request i am being redirected to another page... I get the HTTP …

Member Avatar for KevinADC
0
90
Member Avatar for Bhaskar_korthi

How to get the Current processes list using perl in windows. Like "ps -elf" in unix based system.

Member Avatar for KevinADC
0
61
Member Avatar for kararu

Hi all, What are the statements in a perl script that need attention/change for making the script run in a different OS. ofcourse the perl interpreter path(hashbang line) Say for eg: perl statements (system, exec and backtick ) involves command line commands.So commands will differ for different OS and so …

Member Avatar for MattEvans
0
96
Member Avatar for MDGM

hi all, My website host does not support changing perl file permissions online through an ftp program or any other method, and i need to change my .pl file to have different permissions in order for them to work. how do i change my file's permissions to chmod 755 or …

Member Avatar for MattEvans
0
110
Member Avatar for perlguy

I am trying to modify a parser for delimited files I already wrote so it works on a delimited file that doesn't contain each set of data on the same line. So for example, ||A||B||C||D||E||F ||G||H|||A||B||C|| D||E||F||G||H|||A where each data set is separated by 3 pipes instead of 2. Can …

Member Avatar for KevinADC
0
72
Member Avatar for Little E

I designed a website for my husband, but I'm having trouble getting the submit button to work the way I want it. I want it to send the customers information to our email address and then to a thank you page. I've been able to get it to send the …

Member Avatar for Mushy-pea
0
113
Member Avatar for rickymartin001

Please help I have uploaded my site but the submit button code does not work. I want to send details in my email. Please help me out. I do not know CGI or PERL please help.

Member Avatar for GreenDay2001
0
213
Member Avatar for Sabres

"Here is the latest internal thought I had that makes me wonder what its all about. For curved shower rod there are about 50 to 75 sellers, including myself, all selling the same product from the same manufacturer.(who holds a patent) Add to this the redundant items from these same …

Member Avatar for stymiee
0
123
Member Avatar for Naters_uk

Hi people, I am very amateur with ASP.NET. I am working on a movie booking system and i am currently having some problems linking my normal html homepage to my membership registration page which is done with asp.net. I tried using Frontpage hyperlink propeties to link my homepage with my …

Member Avatar for campkev
0
734
Member Avatar for Mushy-pea

Hello everyone. I've run into a problem with regular expressions; the extraction "variables" ($1, $2, $3 etc.) are read only and scoped to the current block. If you need to do two regex extraction operations in the same block, is there a way to reset the ($1, $2, $3 etc.) …

Member Avatar for Mushy-pea
0
141
Member Avatar for kevin_smithers

[img]http://www.frandt.com/content/images/stories/php-logo.gif[/img]Student Suspended Over Suspected Use of PHP Topeka, KS - High school sophomore Brett Tyson was suspended today after teachers learned he may be using PHP. "A teacher overheard him say that he was using PHP, and as part of our Zero-Tolerance policy against drug use, he was immediately suspended. …

Member Avatar for jbennet
0
368
Member Avatar for Racoon200
Member Avatar for Racoon200
0
66
Member Avatar for The Dude

[quote][b]AntiExploit is a small and simple Perl-Script to locate well known exploit source-files and archives by querying the locate-database and do md5sum-checks on matching files. Currently AntiExploit knows over 1900 bad files and the database updates daily. Aexpl also features a gr-sec log-analyzer. More @ [url]http://www.h07.org/projects/aexpl[/url][/b][/quote] Download [url]ftp://ftp.h07.org/pub/h07.org/projects/security/aexpl-1.2.tar.gz[/url] It says …

0
51
Member Avatar for MarkWalker84

Hi everyone. Would really just like someone to take a look at what ive done and tell me how many horrible faux-pas ive made :-) I'm trying to teach myself the language as im going along which is making it hard to conform to any standards. I know there are …

Member Avatar for bumsfeld
0
119
Member Avatar for mo_show_me

Background: Minimal experience with Perl and none with Expect. We have 1,000's of users. 150+ Unix servers (Primarily AIX, some Solaris, and a couple of HP-UX). NIS is not an option and neither is purchasing a commercial product. The team (40 staff) has to maintain our own ID's across all …

Member Avatar for masijade
0
209
Member Avatar for Joncamp

In many languages (like PHP/Perl) you can execute shell commands, what package or method do you use in Java2 to execute a shell command? Thanks, Jon

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

Hello everyone. I've tried several times to use associative arrays in my Perl scripts, but each time I have got syntax errors I can't understand. Based on the tutorials I've read I have tried to do things like this: [code=perl]sub test_function { my($key, %table); %table = ('word1', 'Perl', 'word2', 'is', …

Member Avatar for Mushy-pea
0
111
Member Avatar for ~s.o.s~

Hello to all geeks out there, i was just wondering which scripting language out there is capable of achieving everything a scripting language is supposed to do. I know there is no such thing as "best" in software development circles but just wanted to know from all the experienced people …

Member Avatar for ~s.o.s~
0
402
Member Avatar for kamleshpdude

Hi, I want to write a program in perl which will pass function parameters to a C++ .exe file and run the exe file with these parameters

Member Avatar for MattEvans
0
96
Member Avatar for kararu

In linux I used PAR pp and converted my perl code to executable.. while running the filename.pl it is completely fine. But when I run the executable with ./filename It says it cant locate object methods new and other function (both written in inline c++.) some hints plssss

Member Avatar for MattEvans
0
187
Member Avatar for Mushy-pea

Hello everyone. I'm trying to write a small Perl script to test a web application I'm developing. The problem is it needs to open a cookie file in the "Temporary Internet Files" folder and Windows seems to be denying it access. The shell seems to be blocked from accessing this …

Member Avatar for Chaky
0
117
Member Avatar for evermore2000

Hi guys, I have a big problem and am in need of some help. Basically, for an unknown reason, when I click on a link on a webpage that will open in a new window the page that the link is on freezes for around 30 secs and then blinks …

Member Avatar for evermore2000
0
154
Member Avatar for MattEvans

My custom error pages (via.htaccess) work for browser requests, but when I print out an error status code from a cgi script, it bypasses .htaccess. I can't see any problem with just reading in an "error page" and printing it to STDOUT... But, I have to use a Content-Type:text/html header …

Member Avatar for KevinADC
0
123
Member Avatar for DarkFlash

Hey guys Just joined up the forum, I've been looking for a good community of python users! I'm 17 and I'm in colleg right now getting my transfer degree so I can go major in software development. I've worked with mostly web based langauges for the last couple of years …

Member Avatar for DarkFlash
0
278
Member Avatar for cms271828

Hi, I'm studying for my CIW perl exam, I've come across this question in my exam software, but it doesn't make sense, and my solution is different to the solution given. Here is the question: The following RE matches what patterns? /[[^TMC]ow/ Not Mow Mow at the beginning of a …

Member Avatar for KevinADC
0
127
Member Avatar for Mushy-pea

Hello again. Allow me to describe my opinion on software design: C and C++ should be abandoned (or substancially modified) as the default languages used for the writing of native executables and operating systems. The reason? Giving the programmer arbitrary control over pointers is un-necessary and leads to many bugs. …

Member Avatar for Rashakil Fol
0
87
Member Avatar for iblair

Hi All, I am currently writing a perl program for linux which needs to run another perl script with a commandline option half way through, 'myscript.pl -h'. If it didn't have the '-h' I would use require. I could use backticks to shell out, but this is slow. Is there …

Member Avatar for KevinADC
0
571
Member Avatar for 001

Hello, I am new to perl, and am using perl on windows 98, i have tried writting a program, but the problem i experiencing is how to run the program. 1 i am using active perl 5 which came with an installer 2.i use note pad for the program and …

Member Avatar for MattEvans
0
684
Member Avatar for kararu

How do I stop a thread immediately, in perl? Should I use the SIG interrupt or someone show me hints. thanks.

Member Avatar for kararu
0
456
Member Avatar for Puckdropper

I'm working on learning how to use regular expressions, and have found a conversion that has me stuck. Given the statements: [quote] 1. pi=3.14 and pie 2. pie and pi=3.14 [/quote] How do I match pi and turn it in to 3.14 without also catching pie? This is user input, …

Member Avatar for Puckdropper
0
108
Member Avatar for Bucchi

Hi All, This is my first posting :) I urgently need some help!! I am trying to call a perl script from another and capture the exit status (whether successful or not). How should I go about it? Please help.... Thanks in advance, Bucchi

Member Avatar for roswell1329
0
74
Member Avatar for wdean

Got a quick question. I have created a simple automated FTP script that goes out and snags my file, then reads it and drops it into an array. Following that, I want for the script to send a mail out with the contents of array (the recipient and subject are …

Member Avatar for wdean
0
118
Member Avatar for Mushy-pea

Hello again. I am writing a bulletin board script at the moment (Perl BB sound good :p )? While writing some code to update a text file I encountered this situation. I need to open the file, append data to the end, then set the write offset to a particular …

Member Avatar for MattEvans
0
342
Member Avatar for kararu

when a process is running,I need to stop it by generating a signal immdly.I tried using kill pid to generate.But what happens is signal is generated only after the current process is over. when some signal, say sigint comes,i need to stop a process immdly..I hav to generate this signal …

0
60
Member Avatar for Mushy-pea

Hello again. You might remember I posted a question on this forum recently asking if anyone knew of good Perl based forum software. Well, I decided to write my own forum script for my website to find out how such a thing is done. While I was wading through hundreds …

Member Avatar for harishankar
0
107
Member Avatar for blrouley

Just doing a cursory search on Dice, I found over 9200 jobs listed for Web Developer versus about 2800 jobs for Database Administrator. Some history: I learned HTML when Netscape was at version 0.9 and I have been doing computer support work for most of my (not so illustrious) career. …

Member Avatar for blrouley
0
146
Member Avatar for whatsup

Hello. I would like to run more than one Perl program I have written from within a sed script . Thanks in advance. whatsup.

0
62

The End.