Perl
Hi Everyone,
I want to know the importance of Perl CPU info and how to use it?
I am new to Perl and I am not sure how to use it in my codes.
If you can provide tutorials and sample codes, it will be very useful.
Thank you very much.
- 1166 views
- 2 answers
- 0 votes
Hello Techyv users,
I am using perl panel windows version on my Windows XP system for a long time. My perl panel not working from the last time I had scanned my system through antivirus software. Please help me out. It is affecting my work badly.
- 1125 views
- 1 answers
- 0 votes
Hi there,
My boss has tasked me to convert many our ldap users to xml, but the problem is I can't seem to find a viable source. I asked my boss to consider DSML as there are plenty of tools (both open source and proprietary) of that.
I have searched high and low but was not able to find a good enough tools. Can anyone of you techie's please recommend me a good software to convert ldap to xml
Please I really need your help.
Thank you.
- 1308 views
- 2 answers
- 0 votes
Hey techies!,
I have been learning perl for the past couple of months, practiced with mostly rudimentary simple program creations. The past couple of days I have been having trouble with the perl join function, especially when trying to join various elements in an array
Thank you.
- 1089 views
- 1 answers
- 0 votes
I have a basic pay calculator in Perl script. I want a dynamic and nice one. Actually I want to create an own customized pay calculator in Perl script. How to prepare this type of script. Do you have a tutorial or the source code in a text document for practicing. Please help me.
- 933 views
- 1 answers
- 0 votes
Recently, I have started learning Perl programming.
Now, In my program I want to have a subroutine.
Where I can pass parameters and return values from that subroutine.
Can anyone tell me how to do that?
- 1495 views
- 1 answers
- 0 votes
Are the Die and exit command in Perl the same? What's the difference in both commands and how are both of them best defined?
- 1943 views
- 1 answers
- 0 votes
Dear friends
I would like to know what are the difference between storage type of decimal data types and numerical data types?
Thanks
- 1108 views
- 1 answers
- 0 votes
Hi there
I have installed XAMPP server in my windows 7 laptop, How do i enable writing perl scripts using mysql database?
thanks
- 1713 views
- 1 answers
- 0 votes
Hi guys, Please consider the following code segment and tell me what are the values of @y and @z after executing the code segment
@num = (2,16,4,32);
@y = reverse(@num);
@z = sort{$b <=> $a} @num;
- 840 views
- 1 answers
- 0 votes