| Thread | Last Post | Replies |
|
| showing all matched text string possibilities | 29 Feb 2004 20:03 GMT | 2 |
=pod What would the best approach to account for ALL strings matched? (In other words I want to display as complete a list as possible to determine all strings that would be matched...)
|
| Reading elements into hash | 29 Feb 2004 19:48 GMT | 1 |
I have a script written below (by John Krahn and WC-Sx-Jones from this mailing list) which changes the file format from: #cat PSCS-ORIG abinabdu adanie2 agibson agoh1 aiabouse akko alau alee1 alee2 amitb
|
| Running a Perl script on windows xp | 29 Feb 2004 18:23 GMT | 2 |
To tell the truth I am not really interested in becoming a Perl programmer. I only have one question: I have a Perl script and I would like to run it on Windows xp. Could anyone tell me which Perl I should install and, as simply as possible, what I should do exactly to run the ...
|
| Count the number of lines in a file without actually iterating through the file | 29 Feb 2004 11:22 GMT | 15 |
Hi List. Is there a way to determine the number of lines in a file without actually iterating through the file and incrementing a file? I found the following on perlmonks.org, it works great but this is command
|
| Module to pull Netstat summary information? | 29 Feb 2004 03:12 GMT | 15 |
Is there a CPAN module to pull netstat summary information from a system? Rather than run 'netstat -s', I was hoping to find some way within perl. What I basically want to do is generate a couple of reports from the summary output. ICMP and TCP information. If someone can point ...
|
| Changing file output format | 29 Feb 2004 02:34 GMT | 9 |
I would like to change output format of a file from: abinabdu adanie2 agibson agoh1 aiabouse akko alau alee1 alee2 amitb amohdali amshams anmohand
|
| Array question | 29 Feb 2004 01:46 GMT | 4 |
I have a problem with e-mail address's and an array. I have some code that will be a documentation spider to go through all our technical documentation, extract e-mail address's and attempt to sort and exclude certain e-mails/patterns. All documentation is in plain text, so no ...
|
| RE: CODING STYLE (are you a Perl Peep?) | 29 Feb 2004 01:28 GMT | 1 |
What for you EyeDrop your Email? --> --> R. Joseph Newton wrote: --> > Geez, and I still can't tell whether I'm a "Perl person". I use
|
| DBI Problem | 29 Feb 2004 00:02 GMT | 5 |
Hi, im using DBI to connect to a SQL database in order to serve dynamic content. Some people have reported to me that some fields are blank on my dynamic pages. It is as if the variable that is supposed to hold the data is being returned with no information it it. I have only ...
|
| how to remove an element in an array | 28 Feb 2004 20:42 GMT | 8 |
Is there a command to drop an element from an array, or what is the best way to do this. Any help appreciated.
|
| Reading tab delimited File & sort everything according item 5 of every line | 28 Feb 2004 19:33 GMT | 5 |
let say that the file contains these items (every item is seperated with a tab) one title state name code1 number two title2 state2 name2 code2 number2
|
| Fun module of the Month | 28 Feb 2004 14:04 GMT | 3 |
Acme::Eyedrops (with apologies to Andrew J. Savige) However, I find it strange that perl -MCPAN -e shell
|
| newline or CR with join function | 28 Feb 2004 05:32 GMT | 8 |
Greetings all, Instead of joining my scalars with ',' I'd like each to appear on a newline. Replacing ',' with '\n' doesn't work. Suggestions? Thanks! my $cfor_edu = join (',',$bs_alma,$bs,$ms_alma,$ms); ---------------------------------
|
| subroutine placement (Layout conventions) | 28 Feb 2004 05:26 GMT | 5 |
I'm slowly creating my Perl Masterpiece (tm) I'll let ya all giggle over it when I'm done :-) At any rate - It's done what I believe you call "top-down". I declare the subs, then have the code for the main program,
|
| subroutine call weirdness | 28 Feb 2004 04:42 GMT | 5 |
Hi list, I just ran across some unexpected results in passing arguments to user-defined subroutines. Could someone who has been around Perl a while longer check this and make sure I'm seeing this right?
|