| Thread | Last Post | Replies |
|
| hash referrences and such | 31 Mar 2007 01:11 GMT | 17 |
I have a problem printing out a hash. This is the script I'm working with: #!/usr/bin/perl use warnings; use strict;
|
| Regexp non-alphanumerics to spaces | 30 Mar 2007 21:37 GMT | 3 |
Hello, can you guys show me how to convert each non-alphanumeric character in a string to a space, and then convert any number of consecutive spaces in the string to a single space? If I need to specify exactly which characters I want converted to
|
| Perl versus other scripting language | 30 Mar 2007 19:24 GMT | 7 |
Hi Perlers ! In my project we are using lot of scripts (for various job launching activities )some written in bash, some in perl.It's completely
|
| how to pass double quotes in a url from CGI script | 30 Mar 2007 14:08 GMT | 2 |
Hi: I am having trouble passing double quotes when passing a url string. Everything after the double quotes does not go through. For example in the perl script below, the browser ends up going to http ...
|
| Need to extract only the function name no brackets reqd. | 30 Mar 2007 13:55 GMT | 3 |
I have this program which extract function names from the files. My only problem is I want to extract only the function names{no brackets () needed } . Currently its extract all words after word sub but it all
|
| scalar %hash | 30 Mar 2007 12:07 GMT | 1 |
Hi you all :-) my name is Jonatan, I am new it this lists. I was wondering, why do print scalar %hash;
|
| numeric and string conversions | 30 Mar 2007 02:44 GMT | 4 |
Please bear with me for a bit, I'm not realy sure how to explaine my problem so I'll try to give you an example of what's going wrong and what the desired behaviour is. I'm trying to calculate the CRC-8 checksum for the numbers 0~16 using the
|
| Prepend + to search words | 29 Mar 2007 20:36 GMT | 5 |
Hello, how can I prepend a "+" character to each of the words in a string? For example, "big blue widgets" should be changed to "+big +blue +widgets". - Grant
|
| sending output to file and terminal | 29 Mar 2007 19:03 GMT | 8 |
I have written a perl script that prints the output to the terminal. I also want to write the output to a file. So, what I have done is write the output to a file and then print the file. I was just wondering if there any way to write to both - terminal and file at the same ...
|
| To Reference or not to reference | 29 Mar 2007 18:55 GMT | 4 |
I've written a Perl program that declares a hash at the top of the program "%myHask;". It has worked great until now when one sub program seams to be making its own copy of the hash. I can find no typo's or anything but there my still be one there. My question is would it be
|
| XML parsing REST responses | 29 Mar 2007 15:35 GMT | 2 |
I might be in above my head here so bear with me if I am not making sense. I have to retrieve and extract an xml fragment from a REST server. I have followed some examples from the "Web Services" book. I am able
|
| perl -s and use strict | 29 Mar 2007 08:26 GMT | 3 |
I have a small script: #!/usr/bin/perl -ws use strict; print $k;
|
| Making a HTTP POST | 29 Mar 2007 02:00 GMT | 2 |
What's the best way to go about making an HTTP POST? I want to retrieve a dynamic page that is only accessable via a POST. Is there a module (simple one?) that deals with this?
|
| Parsing String | 28 Mar 2007 17:12 GMT | 1 |
Hi list, i am trying to parse the output of a command. The text is multilined. I would like to match the first word after a specific text. for example:
|
| Win32::OLE packages | 28 Mar 2007 02:05 GMT | 2 |
Does anybody know which package in Win32:OLE will Freeze Panes and call Format Report method in excel document? Thanks in advance, Vladimir
|