473,549 Members | 2,822 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
902
thread by: rohitkec | last post Sep 3 '07 by: rohitkec
I have to run a shell script by perl script & intert some echo statements in the function calls of the shell script.I am new to both perl 7shell script ,please help........
0
904
thread by: susinthaa | last post Jun 26 '07 by: susinthaa
Hi, Is there any command in perl to create a file in windows for a specified size?
1
906
thread by: jonniethecodeprince | last post Aug 27 '07 by: KevinADC
Hello People. I have a PERL program here written on Open PERL IDE. Is it possible to write 2 versions of a Hash list? Lines 6 to 9 contain the orginal list. Line 10 changes a value from 47 to 35. 6-9 How can I display the orginal list with its values and do the same for the edited hash list?
0
906
thread by: deepakshm438 | last post Jan 6 '14 by: deepakshm438
hii..i am new to perl language and my job where i work is to parse websites for companies urls...but i also have to write scripts for filtering international urls..but its not working.So can anyone suggest me how can i write script which also helps me in filtering international sites from local urls..
2
909
thread by: rahatekarabhijeet | last post Mar 6 '07 by: miller
$string = <*ls -l*> <*PASS*> <*output of command line 1 line 2 line 3 ... ...*> From string mention above I want ls -l in $1, then PASS in $2,
0
909
thread by: tovenkatesh82 | last post Jul 19 '07 by: tovenkatesh82
HI all, I have writen some perl script to automate some third party web application and i want to generate a log for my perl script.Please post your suggestions on how can i achieve it???
1
911
thread by: dillipkumar | last post May 19 '08 by: nithinpes
Can anybody say what is the pattern matching for the expression afkmsim1:tkmdssam:/st/dist/msamagt/bin/.................../tk_eb.exe.pl It ends with .pl extension ...... means it may be indefine number of path Thanks
3
912
thread by: zcabeli | last post Mar 7 '08 by: nithinpes
Hello, i'd like to detect all the lines that their first alpha-numeric word repeats more then once. for example: this line would be 'hits' abc sda asd asd abc aaa bbb ccc aaa aaa thanks,
0
915
thread by: jcor | last post Nov 8 '07 by: jcor
Hi, I'd like to lauch a shell from my perl program. I'm using the code system "gnome-terminal -e,--command='ping 192.168.1.1'"; But i'd like that my terminal stays minimized. Now, it opens the terminal in front of my other windows. Does anyone knows how to do this?
0
919
thread by: swagatikasahoo | last post May 1 '08 by: swagatikasahoo
i want to improve my GUI Hi, I am working on perl/tk. i want to improve my GUI means latest textbox ,combobox and button.i want to use the latest controls in perl. Can anybody help me ? How is it possible ? plz kindly help me?
0
920
thread by: rellaboyina | last post Mar 5 '07 by: rellaboyina
Can anybody help me out please..... I had an XML. It will consist of a number of similar type of tags and what I want to do is to process a certaing group of methods on each of these similar group of tags everytime. I tried it out with XML::Twig. But not able to get it as I am new to Perl. Can anybody help me out in this please..... ...
1
920
thread by: bvhoyweg | last post Jan 29 '08 by: numberwhun
Hi, Can I highjack this tread? I'm having a similar problem. Yes, I'm using placeholders. I want to see the normal characters, now I the the UTF-8 characters (two characters instead of one Unicode char) Correct: Jørgensen (I see this in the file) Wrong: Jørgensen (in the MSAccess Database, and this is similar as the hex...
2
921
thread by: kardon33 | last post Jun 26 '07 by: kardon33
Ok what i need to do in my script is, loop something till the while loop turns false and in side it runs a subroutine and prints a line. So when i loop it it loops but it prints all the lines when the loop finishes. How do i fix that?
1
922
thread by: tanzeem | last post Jun 7 '07 by: miller
is there any method to completely install/download all the cpan modules?
0
922
thread by: ramesh54 | last post Aug 18 '08 by: ramesh54
Hello All, I would like to replace the line in the my text file mathematically as follows, TRANS -20.0 -30.0 -40.0 There are 4 blank spaces before TRANS and again 4 blank spaces between the numbers. I use the code and get the following output
1
924
thread by: perldoubts | last post Sep 26 '07 by: numberwhun
Hi, How can i use Set commnad in to set something using Perl.
2
924
thread by: mangoo | last post Mar 11 '08 by: numberwhun
Let's say we have the following code: my $VAR1 = { 'target' => { 'oranges' => { 'size' => 'big' }, 'apples' => { 'size' => 'small' ...
0
926
thread by: shyamkumars | last post Mar 7 '07 by: shyamkumars
Hi Group. I would like to make an POE Forking Daemon using. I am new to the POE Concepts. Could any body please send me some good links regarding how a daemon can be made in perl using POE . The main aim of the daemon is to read the values from 1) a web cgi ,2) do some internal processing and display the result to the web user also 3) queued...
1
928
thread by: sekhar111 | last post Mar 8 '08 by: eWish
hai all, i am a php developer with 1+ exp i want to learn Perl please suggest me. is Perl very difficult ? is it helpful for me to improve my technical skills ?
1
929
thread by: kriz4321 | last post Jun 8 '07 by: kriz4321
1.I need to print something like this (* in sqare shape) ********************* * 1.S CAUSE * * * * 2.M CAUSE * * * ********************* I dont Know how to print the vertical lines
5
929
thread by: jikes00 | last post Oct 10 '07 by: jikes00
Hi, I am new to perl scripting..I was wondering if someone can help me with this. I have files coming to one of the directories. Filenames are same except the extension. I want to move files if prefix is same but extension is different. Can this be accomplished in perl? Thanks,
1
930
thread by: dipakkumar | last post Nov 17 '06 by: GunnarH
why we are using ftp module in perl? can any body tell me what is syntax for ftp module?
3
931
thread by: sreenu1241 | last post Jul 26 '07 by: KevinADC
i will tell my problem with example: if i have a folder name called sree1.7.3 i know the starting name say sree and also path say /usr/lib. so i want the folder name. and how can i link this folder in makefile thank u sree
1
932
thread by: MillerTest | last post Apr 2 '07 by: miller
testing email
2
934
thread by: Martin Buchanb | last post Aug 2 '07 by: numberwhun
Hey guys, Im a complete perl n00b and have a perl assignment to do and cant get the unix at, tar and find commands to work. any help will do as Ive looked at heaps of sites but no examples work. Thanks, Martin

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.