473,538 Members | 4,523 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
818
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
4
820
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
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...
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.
2
839
thread by: tdharmya | last post Mar 17 '08 by: numberwhun
how to open openoffice application using perl script in linux
4
842
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. ...
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?
0
845
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
847
thread by: rcnasa | last post Aug 14 '07 by: numberwhun
I'm having trouble getting started on a script which iterates through a file and converts .pdf images into .jpg images, and storing the converted files into a new directory. Can anyone help me out thanks.
3
848
thread by: keerthi485 | last post Jun 20 '07 by: miller
Hi, if the string length is more than 5 then I want to split that string. Ex: str = abcdefghijk; i want it in two seperate words how can i do that???????????? Thanks.
0
851
thread by: pavanponnapalli | last post Jul 26 '08 by: pavanponnapalli
hi, How can we use variables or packages of one program into another. Say my first program name is First.pl, where i write the code like this: use DBI; use Apache::Request; .................................... .................................... my $a='hai';
1
851
thread by: pavanponnapalli | last post Aug 22 '08 by: KevinADC
hi, TURNAWAY (type="video" product="opiv" session="foo12345" customer="muco:1234" time="1234567890") CUSTOMER {customer_id="muco:443" name="Yale University"} PLAYBACK (type="audio" product="glmu" customer_id="muco:443" session="muco:foo12345abcde" user_id="muco:123" identifier="muco:123456" publisher="EMI" title="Merengue from Music of...
0
852
thread by: deepuceg | last post Aug 28 '07 by: deepuceg
Hi everybody, I need to extract datas from a page running in JRE with the .aspx extension... Can I use perl to extract the datas from that page... If so can anybody tell how to proceed.... Thanks Deepu
0
865
thread by: idorjee | last post Jul 4 '07 by: idorjee
hi guys, here is what i've been trying to do. i have two arrays (@arr1 and @arr2) which i compare and get the difference in them, which work fine. but now i'm trying to get the info (ie, the id of the sequence) from the file that has the difference ('diff_file'),and compare it with the id in the sequence itself (starts with '>') from the...
2
867
thread by: pavanponnapalli | last post Aug 18 '08 by: nithinpes
hi, my $a = '66.249.65.76 - - "GET /cgi-bin/asp/philo/dkbl/search3t?OUTPUT=DF&OUTPUT=TF&POLESPAN=1&createmonth=December&dbname=barth&word=europ%C3%A4ischen HTTP/1.1" 200 12788 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"'; #my $val=2; #my $c = index($a,'"',$val); #print "$c \n"; #my $b =...
0
871
thread by: aurekha | last post Dec 14 '07 by: aurekha
How to Configure Scrollbars to Tk::ROText while creating label widgets in the ROText widget?
2
878
thread by: melocoil | last post Sep 7 '07 by: KevinADC
Hello, i want to sort data by $download .. this is the script: foreach $item (@lines) { ($id_file, $download) = split (/\|/, $item) ; }
0
881
thread by: alextsg | last post Aug 20 '07 by: alextsg
Hi, I'm trying to create a simple GUI where there are a few radiobutton options and a button. When the button is pressed, the information from the selected radiobutton choices is saved onto an existing notepad file. I don't want to use the save dialog box because I don't want the user to be able to choose the directory or name of the notepad...
0
881
thread by: jrefran | last post Aug 31 '07 by: jrefran
Hi all! I install/compile DBI-1.58 on my solaris box and it was successfully installed but this one is only temporary, I only tried. I execute "perl Makefile.PL", make and so on... My concern is I need to degrade the version to 1.13 as one of the system required it. How to do this? Please help. What's the proper way of removing previously...
0
884
thread by: girijaJ | last post Aug 6 '14 by: girijaJ
Hi all, I have Cygwin installed and running on Windows machine. I can connect to and send certain commands like "ls","pwd". But when I try to change the directory I am gettign an exception. Here is my code: use strict; use warnings; use Net::OpenSSH; my $host = 'host'; my $username = 'user';
0
886
thread by: idorjee | last post Mar 14 '07 by: idorjee
hello, 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...
1
888
thread by: icemansan | last post Aug 10 '07 by: numberwhun
hi, can any one kindly tell me , the perl cgis files are located in a solaris box --------------------------- thanks in advance san FREE as in FREEDOM thats life
1
888
thread by: vijayayarraa | last post Jan 14 '08 by: numberwhun
Dear friends, How can we do automatic updation to the local system containing files from internet. Kindly give me the proper answer. earlier u all given reply that ncbi eutils demonstration program but that hasn't given any information about automatic updation. Regards vijaya
1
893
thread by: hadhemi | last post Jan 16 '07 by: miller
i make a code to treat a file and i want to treat with the same code the files present in one directory. until now i change every time the input file manually can you help me
0
901
thread by: vic07 | last post Jun 19 '07 by: vic07
hello all I desperately need some help with Perl! I am very new to this programming language, never practiced it before, however where I work I have to write a program that does the following: There are two very large databases one is done on Oracle, the other in SQL server. The overall aim is to report the differences of certain fields in the...

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.