473,549 Members | 2,823 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Perl Forum

Perl programming language - ask questions about perl programming, syntax, variables, scoping, constructs, operators and functions, files, I/O, regular expressions, regex, subroutines, OO (object oriented), perl modules, CGI and more.
0
846
thread by: haobijam | last post Aug 19 '11 by: haobijam
Hi, I am running a perl script to retrieve common values in columns at mysql tables. I am mapping three columns for finding same $chr, $start, $end or values within $start and $end. I have attached the text files for two tables earlier. I would be glad to see your positive response. Regards, Rocky #!/usr/bin/perl -w use strict;
1
843
thread by: guy128 | last post Apr 9 '07 by: KevinADC
I made a program to annoy my friend Aaron. It creates text files like lol 1, lol 2, lol 3, ect. until the program closes. It makes about 500 per second. What I want it to do is after every 1000 files. 1000, 2000, 3000, ect. I want it to beep. you know print "\a" How can I make it where it beeps after every 1000 files are created?
4
843
thread by: navsaug | last post Sep 11 '08 by: numberwhun
Hi - Please help me with the following. I have to a parse a log file and here is the part of the log file which occurs repetitively. So basically I want to copy the text fields (i.e. Text1,Text2, ...... Text8) into different array or scalar variable for further processing. The brackets () for Text 8 are in different lines. ...
2
839
thread by: tdharmya | last post Mar 17 '08 by: numberwhun
how to open openoffice application using perl script in linux
5
837
thread by: rohitkec | last post Sep 4 '07 by: rohitkec
I have to run a shell script from a perl script and where every function is called i have to insert a echo statement.
0
827
thread by: GaTk | last post Jun 1 '07 by: GaTk
I would like to gain access to the tests that are run during the installation of Tk-804. The tests throw up a dazzling array of list boxes during the make test phase. Where is the code that puts these boxes on the screen and how do I get to them?? Thanks Ted in Atlanta Never mind.... found them in them in the install folder...
4
822
thread by: sudri | last post Jun 18 '07 by: Lastknight
hello friends iam a new member to this area i need help in a programming in perl the question is that WRITE A PERL PROGRAM THAT RECORDS A FILE WITH 4 FIELDS FROM THE DATABSE THE FIELDS ARE Emp_code Emp_name basic_pay ALSO PROGRAMTO FIND THE FOLLOWING HRA=12% OF BASIC_PAY DA=6% OF BASIC_PAY
0
819
thread by: electroon | last post Feb 11 '08 by: electroon
Hi frnds, I have a perl script which internall calls a utiltity to execute in server.Now i need to check if the utility has succesffuly run how do i do this Please help me on this asap. Regards
0
818
thread by: c2eyes | last post Jul 24 '07 by: c2eyes
Hi, I want to make a bin file for my perl project. Is there any free tool available for the same. Thanks in Advance. Sanjay
0
811
thread by: rag84dec | last post Sep 28 '07 by: rag84dec
Hi, I want to get output as 0x23400000345....in the below example how to get??..i tried out the following but unable to get the anser .... please help... $r=0x234; $t=0x345;
0
807
thread by: swapnil6485 | last post Jun 4 '07 by: swapnil6485
Write a script that prompts you for a sentence, and tells you the number of characters in the sentence, the number of words, and prints the sentence in reverse order.
0
802
thread by: tovenkatesh82 | last post Jun 7 '07 by: tovenkatesh82
Hello, I am trying to automate a third party application on windows using perl, i am using win spy to identify the fields,it works perfectly for windows applications but not for any other third party application, can you tell me some tool which is capable enough to identify third party applications.
0
797
thread by: idorjee | last post Mar 14 '07 by: idorjee
hi, i'm trying to get the input from the html textarea into a file or a variable, so that i could than execute with a perl script that i've written. I thought using HTML::Form module would do the thing, but unfortunately i haven't used it before and don't know how it works. --------part of myfile.html---------- <b>Query sequence in fasta...
0
787
thread by: vuyyurus | last post Mar 5 '08 by: vuyyurus
I need some help to bookmark or hyperlink to different section in the same Ms word document. Appreciate your help.. Thanks in advance... Regards, Ram
4
784
thread by: Newbie19 | last post Jun 18 '07 by: Newbie19
I'm interested in learning Perl, what is the best way to learn? Should I learn Unix/Linux before hand? Thanks
1
779
thread by: ajay m | last post Mar 15 '07 by: KevinADC
hi, plz tel me, i want to comapre two files in perl, Ignore whitespace, only compare the statements written in file not whitespace...... reply me soon
3
776
thread by: jonniethecodeprince | last post Aug 25 '07 by: numberwhun
editing out. read the other one pls
1
761
thread by: rdimayuga | last post Jul 19 '05 by: Eric J. Roode
I need a regex pattern that will match a string starting with zero or one dot's. For example, ".string" and "string" should both match, but something like "estring" should not match. So far, I've tried the following: \.*string {0,1}string {0,1}string {0,1}string
0
732
thread by: abhikul1007 | last post Apr 25 '07 by: abhikul1007
I want to know how do i get the grids color present in a particular window.. Regards, Abhishek Kulkarni
2
721
thread by: ccwork | last post Jul 19 '05 by: John Bokma
Hi, I would like to understand the regular expression more and there are something questions that help someone could help? 1) If the text is "ababcdcdef" and I search for pattern (ab|cd)*, what is the matched string? 2) If the text is "ababcdcdef" and I search for pattern (zz|yy)*, what is the matched string? 3) If the text is...
1
706
thread by: Timberwolf | last post Jul 19 '05 by: Ian.H [dS]
Hi everyone I'm a newbie to the world of Perl. I'm especially interested in the web and CGI programming with Perl. Can anyone recommend some good books or tutorial websites about these topics? Thanks in advance.
0
700
thread by: vrlatha16 | last post Mar 27 '07 by: vrlatha16
program to extract from the BROWN file all grammar rules embedded in parse trees.
1
697
thread by: Timberwolf | last post Jul 19 '05 by: Todd Stephens
Hi everyone I'm a newbie to the world of Perl. I'm especially interested in the web and CGI programming with Perl. Can anyone recommend some good books or tutorial websites about these topics? Thanks in advance.
1
680
thread by: Timberwolf | last post Jul 19 '05 by: Erich Musick
Hi everyone I'm a newbie to the world of Perl. I'm especially interested in the web and CGI programming with Perl. Can anyone recommend some good books or tutorial websites about these topics? Thanks in advance.
0
674
thread by: rameshramesh | last post Jul 21 '07 by: rameshramesh
i want to list out all the files whose starting strings i may get as an input.. can any one help me i this??

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.