| Thread | Last Post | Replies |
|
| define an array in perl | 31 Jul 2007 19:12 GMT | 2 |
I am a newbie in perl. I have an array block_list : push ( @block_list ,$word); # this word is read from a file. $list_name = $block_list[$#block_list]; # i extract the last element ie $word in this case
|
| String Manipulation | 31 Jul 2007 14:23 GMT | 3 |
I have a string which reads $str5 = " DL_FEM_ADJ1 = DL_FEM_LINE_FIRST, /* Keep the adjacent ones consecutive */"; Here i need to consider the variable and its value, ignoring the comment.
|
| Light at the end of Module Prerequisite Tunnel? | 31 Jul 2007 11:18 GMT | 4 |
Please help a beginner with a sanity check. My sanity, that is. I want to use the module XML::RSS. Upon installing it, I get warnings that I need prerequisites, and upon installing those prerequisites, I get more warnings that I need more prerequisities. I'm now up to 8,
|
| arrays and chomp function | 30 Jul 2007 01:47 GMT | 3 |
I'm not sure I understand why this is happening. Maybe someone can explain it to me. No matter how many times I use the chomp() function on my array, when I print the array it always prints the newlines. But I have another array, which will print without the newlines.
|
| Precedence? | 29 Jul 2007 21:12 GMT | 3 |
I have written this script. I have a good understanding of all but line: $return = ($end - $start) / $start * 100; If I start with 1000, and end with say..900 or vise versa. You subtract first then?
|
| Read and Write Image Files | 29 Jul 2007 20:09 GMT | 3 |
I am attempting to load an image using the standard open function. I then binmode the file handle. But when I attempt to write the image to a new file (to try and create a duplicate), the new file becomes unreadable. I know I could just copy the file itself without opening
|
| Perl script to build a forum | 28 Jul 2007 00:03 GMT | 5 |
Does anyone know if there's a perl script available that can run a simple forum? I tried searching on google but any combination of "perl" and "forum" in the search words are giving me results on perl forums :-) but not the forums being run by perl.
|
| Telnet exits after time out | 27 Jul 2007 19:54 GMT | 2 |
I am logging to a remote session using telnet. I am calling a command to run an exe. This exe sometimes runs fast and at times take a couple of minutes depending on the objects. The problem that I am facing is:
|
| Module Madness (must I install all these modules and libraries to get a graph?) | 27 Jul 2007 19:26 GMT | 4 |
Hi, and thanks for all your help so far. My program is running beautifully now, and I would like to add some data graphs. I read about GD::Graph, which tells me I need GD::Text::Align, which I learn is actually in GD::Text, plus the plain old GD. Then when I read the
|
| library (random numberS) | 27 Jul 2007 18:29 GMT | 3 |
OK. I think I moved further. So this is my library. ub sumIt(){ @functionArray = @_;
|
| Test if string does not exist in an array. | 27 Jul 2007 17:11 GMT | 5 |
Apologies if this is a bit noobie, but I have been left with a short window to write a tool and I have had no experience with Perl. Very familiar with Kornshell, and so far my Perl script is going okay. However, I am struggling to get a test working correctly. Is there a
|
| Help with Regex (UserName, Email) | 27 Jul 2007 06:25 GMT | 2 |
Help with Regex, Thanks in avance! 1. Validation of Name Enable ALL keys on keyboard EXCEPT 0, 1, 2........., 9 Change to uppercase of 1st alphabet of every word and lowercase for
|
| perl script to modify LDAP. | 26 Jul 2007 15:04 GMT | 3 |
I am a beginner in perl and have tough time in writing a script which i need urgently. I would like to know the perl script to 1)modify passswords in LDAP for multiple users taking input from another file(which contains usernames and new passwords )
|
| what is the relation bn Perl version , Perl byteloader & OS version | 26 Jul 2007 07:59 GMT | 2 |
what is the relation between Perl version , Perl byteloader & OS version?? could u direct me the correct links??? Thanks.
|
| Printing a reference of an array | 25 Jul 2007 23:58 GMT | 1 |
I'm trying to figure out how to print the following array. How do I print this type of thing? Please let me know if I'm posting to the wrong list. #!/usr/bin/perl
|