Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~15.6K People Reached
About Me

Self taught and learning more every day. I started with Perl working for an ISP called Internet Direct, Inc in 1995. I've recently (sept 10 2010) started learning C#It reminds me a lot of LSL with the IntelliSense functions, makes it easy to pick up…

Interests
Perl C# PostgreSQL
PC Specs
Wow need to update more often:AMD Athlon(tm) II X2 235e Processor 2.70 Ghz6gb Ram, 750gb HD, Nvidia…
Favorite Tags
perl x 18
Member Avatar for Erslich

Hi all, I am trying to get the Mouse Coordinates that are relative to my form. At the moment I am using: [CODE=c#] xs = Cursor.Position.X; ys = Cursor.Position.Y; [/CODE] However this doesn't get the "local" form mouse coordinates. My form is x = 640 y = 480. And I …

Member Avatar for gouthamarul
1
9K
Member Avatar for neoanomally

Hi all. I have a process that checks the last time a file was updated. If the data is over 3 minutes a separate perl script is started. The problem is that second script takes 5-10 seconds to run. Is there a way to start the second script, but continue …

Member Avatar for Taywin
0
122
Member Avatar for BTW8892

Hello, I am currently trying to develope a perl CGI script that will allow a user to enter a name on an HTML form, and it will search the database with that name. Once it finds the matched names, it will display their name and telephone number on the screen. …

Member Avatar for kordaff
0
184
Member Avatar for neoanomally

I am trying to figure out how to use fork() with exec(). I read through the perl docs on how it works, but I can't figure out how to implement it. For example if I wanted to fork a custom sh script: if (this_condition is true) { $mypid = fork(); …

Member Avatar for kordaff
0
1K
Member Avatar for nuwan

Dear All I`m very new to Perl programming and using Perl 5.8.0 on Linux environment. Can somebody post a reply explaining how to call an event(ex-a simple subroutine) from perl after a certain time delay and repeat again if needed. I really appreciate if somebody can post a sample code …

Member Avatar for richieking
0
2K
Member Avatar for mbob61

is it possible to make the title property of the form itself visible or invisible via the use of a checkbox? I'm rather new to C# so i'm not sure how much of a stupid question this is :P Thanks for reading. Mike Edit: I'm currently using.. this.Text = string.Empty; …

Member Avatar for kordaff
0
166
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
669
Member Avatar for rharsha83

hi, i have been asked to get the information of the systems in the network by executing ping in perl programming. use Net::Ping; $p = Net::Ping->new(); print "$host is alive.\n" if $p->ping($host); $p->close(); sample of my code is shown above where $host--> is the ip of the destination machine. if …

Member Avatar for Jayaprabhu
0
236
Member Avatar for nileshdalvi

I am new to the perl language and had just started reading the book "Perl5 by example" by David Meddinets.However in the very first chapter he says that you need to try out the programs on a perl interpreter.I have w98 and have downloaded the asi version of 5.8.7 from …

Member Avatar for raj_mangoli
0
188
Member Avatar for scotchfx

Greetings, I'm a former hardware guy (embedded C & C++ experience mainly) trying to get up to speed with Java and Perl for a set of graduate courses. I've written up a Perl script that simulates a scheduling algorithm, the script consists of two primary loops the first to parse …

Member Avatar for andrew23chan
0
163
Member Avatar for 001

Hello, i am considering making a gui in perl, I want to find out if i shoould use perlqt or perltk. I am using Redhat 9 linux, and i would like to use graph tools and displays also , could anyone help me on how to start programming using such …

Member Avatar for kordaff
0
108
Member Avatar for nanosani

Find a six digit number that gives its digits reversed when multiplied by an integer between 2 and 9 inclusive. For example, if the original number was 654321 and the chosen integer was 8, then 654321 x 8 should equal 123456 if it was the magic number (which of course …

Member Avatar for Daishi
0
305
Member Avatar for nileshdalvi

I downloaded the "msi "version seeing that i was not able to install and run the "as" version from activestate.com.However i got an icon on the downloaded file as " open with " sign. So i gave it a winzip format as the "as" version was in that format.Then i …

Member Avatar for kordaff
0
212
Member Avatar for nileshdalvi

I am new to the perl language and had just started reading the book "Perl5 by example" by David Meddinets.However in the very first chapter he says that you need to try out the programs on a perl interpreter.I have w98 and have downloaded the asi version of 5.8.7 from …

Member Avatar for Comatose
0
189
Member Avatar for optomystique

greetings, i'm brand new to perl and trying to write a script to read a logfile for our weblogic server and write certain entries into a database table. the log file is a log4j weblogic log. here is a sample: [QUOTE]####<Jun 7, 2005 2:46:38 PM EDT> <Info> <Enterprise> <ga003sds> <tms1> …

Member Avatar for kordaff
0
407
Member Avatar for nathanpacker

Hi everyone, I am new to the forum, and I'm not very knowledgable, so I'll probably do more asking than contributing, and I apologize in advance for that. My question is about a guestbook I'm using. Most people know it, it's the one from Matt's Script archive. Only, I'm trying …

Member Avatar for kordaff
0
241