473,538 Members | 10,421 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.
3
1,078
thread by: yucan | last post Jan 22 '08 by: yucan
Hello, i am working with Apache / mod_perl on a WinXP system and i have following problem, i have written a perl script which is running like i want. as i want to use parts of it in other scripts i picked the relevant subroutines into a new file in the same directory naming it list_engine.pm and starting with package list_engine; use...
5
1,078
cassbiz
thread by: cassbiz | last post Jul 11 '08 by: numberwhun
I want to create a fun script (LOL) What I want to do is create a script where when you type in a word (each character will have its own input field) it will return a jpg or gif, something like a word scramble. I want to incorporate as many arrays as possible as to not have to repeat the code over and over., ie will give a return with it's...
1
1,079
thread by: jmckinzie | last post May 2 '07 by: KevinADC
I have a website that has source that looks like below. There are three different links to pages that I need to get get data from, along with the main page. However, I only need to do this for specific servers that our group is responsible for. Any ideas? Can someone help? <HTML> <HEAD> <TITLE>Netbackup Failures for last hours</TITLE>
3
1,079
RedSon
thread by: RedSon | last post Oct 25 '07 by: RedSon
Just wondering if you guys have seen this: http://www.thescripts.com/forum/thread727347.html
0
1,079
thread by: sneha9 | last post Jun 3 '10 by: sneha9
Please tell me from to get win32::ole objects such as for microsoft excel it is "Excel.Application" and also for internet explorer it is "InternetExplorer.Application". My question here is for other windows applications such as, Syslog servers, ftp server ... ect, how to get the object name....
6
1,080
thread by: Lastknight | last post Jun 20 '07 by: miller
Hi guys Good morning to all. I have a doubt on how to create a content management system in perl. Need some help.. With regards.. Lastknight.
1
1,081
thread by: unlawfulpub | last post Dec 13 '06 by: GunnarH
Hello guys, I have one database name using mysql it is like user registration. I have separated the table for personal information and diffirent table with the qualification also diff to country, industry, category, qualification and more... they are in separate table. I want to find a record with these condition country = usa industry =...
1
1,081
thread by: Starlite | last post Nov 19 '07 by: eWish
Input XML code: <IMPORTANTList> <IMPORTANT> <A ID="pgfId-123"></A> <Normal>-----------------------------------------------------------------------------------------</Normal> IMPORTANT: <Normal>-----------------------------------------------------------------------------------------</Normal> </IMPORTANT> <DIV>
6
1,081
thread by: sasimca007 | last post Dec 13 '07 by: mohanprasadgutta
In perl language can we divide a string into single characters, char datatype or an array of characters as in c. So can u give me the answer friends...Please
1
1,083
thread by: zcabeli | last post Apr 22 '08 by: nithinpes
i'm looking for a way to extend a list of 2 elements that represent boundaries, to the entire range. for example: input list = output list would be = i can make it using the following semi-pseudo code, but perhaps there is an easier way, more elegant... $i = 0;
6
1,083
thread by: looza | last post Jul 10 '08 by: KevinADC
I have never used perl before, and I was recommended to use this to write a script for this: I have a file that has 2 columns like this: A B 10 33 8 20 30 90 If B falls in a certain range, say 15 < B < 30, I need to store the corresponding value of A, 8 in this case, in some structure (hashtable?)
2
1,084
thread by: kbshaq | last post Nov 3 '06 by: kbshaq
why would I want to have this in my program? my $file = shift; ^^^^^^^^^^^^^^^^^^ Thanks in advance, KB
1
1,084
thread by: Perl Beginner | last post Nov 21 '07 by: Perl Beginner
Someone, Using Perl Script. I know there is an easy way to do this, but i'm just missing it. I have created a window using Win32::GUI::Window and I’ve added a button to this window. Now I’m trying to figure out how to make this button connect to a text file in a folder on the C: drive, so that when the button is clicked, the text file will open....
2
1,085
thread by: kavitha bathula | last post Jun 14 '07 by: kavitha bathula
i want to retrive the files(i.e html files) from five folders and print the title of those files in html page with date mdifications
2
1,086
thread by: tushara | last post Aug 30 '07 by: numberwhun
Hi, When I tried to call Expect->spawn( ) it is open again the same interface (HTML tags we put on the page where we use Expect) i.e. we are able to see the interface two times on a single page. Any one help me please regarding this.
2
1,086
thread by: kamalatanvi | last post Oct 17 '07 by: numberwhun
i have cgi.pl program. if i run in cmd prompt, i am getting window. but i what i need is if i run it once, and generate window and give it to client so that client should use only that window
1
1,086
thread by: narenshines | last post Jan 25 '08 by: KevinADC
hi i have two functions and i stored the results of the first function in an array. I have to use the output of the first function as the input of the second. How can i do it?? Thanks in advance
0
1,087
thread by: tlearned | last post Mar 13 '07 by: tlearned
Has anyone worked with Unix System Services(USS)? It is suppose to be an UNIX environment on a zOS Mainframe. I am trying to submit PERL scripts and FTP using PERL and have been unable to make a connection. I can FTP thru the command line.
1
1,087
thread by: gloomer | last post Sep 26 '07 by: numberwhun
#!/usr/bin/perl print "Type in your option and it\'ll convert the text to the option you selected\n"; print "reverse \n"; print "uppercase \n"; print "lowercase \n"; print "leetspeek \n"; $_ = <STDIN>;
2
1,087
thread by: kumarboston | last post Nov 21 '07 by: KevinADC
Hi All, I have 2 tables: tab1: has 4 columns tab separated- id,ac,start,end. tab2: has 3 columns tab separated- id, seq, desc. what i am trying to do, when id of tab1 matches with id of tab2 then program should take start and end coordinates from tab1 and pool out seq from tab2 and trying to make a third table with id, ac, seq(with only...
0
1,087
thread by: ramapv | last post Nov 27 '07 by: ramapv
Hi all! i have one doubt about void pointers in c with perl ,i have to pass the address to the c function from perl,in c file void argument is there from this it is giving error,runtime error checking example : in c file: abc(void *xxx) { some stuff }
2
1,087
thread by: ssjgoku | last post Mar 3 '08 by: mehj123
hi everyone,i m new to perl.its great. i have a problem.i open a file by giving its name with the redirection operator in the command line like this: xxx.pl > xxx.txt now whatever i type gets written in the file xxx.txt. till here evrything is fine.but problem comes when i again execute the script with same file to which i want to pipe...
1
1,087
thread by: lipsanaik | last post Jul 24 '08 by: KevinADC
How can we execute a makefile from within a perl script? How it has to be coded?
1
1,088
thread by: vishwaramkumar | last post Apr 17 '08 by: numberwhun
Hi folks, I am beginner to tk. I have right simple code for tk. When i run as .pl the text content(lable,button) showing. But after conveting exe. The text in a tk(form) is not viewable it's showing as boxes. I used perlapp to convert exe. Exe converted without any errror.
1
1,089
thread by: fmang | last post Sep 5 '07 by: KevinADC
Hi guys. I'm new to perl programming, but I need to do this task of automating a certain process that involves receiving a file from a mobile phone (coming from either infrared or bluetooth -- the script needs to support both) and processing it by invoking a program (I think this part is the easy one). I need to finish this module within a...

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.