| Thread | Last Post | Replies |
|
| Perl and HTML | 31 Jul 2009 23:06 GMT | 2 |
I am using Perl 5.8.x, Windows XP SP2 and Novell GroupWise email client. I have written a program to send an email which contains HTML. Issue is that in the email body the 'body' shows up as HTML text and GroupWise has the choice to read it in HTML grayed-out (for this email ...
|
| if loop problem | 31 Jul 2009 15:58 GMT | 3 |
I am having a small problem with my if looops. I have written a small script to parse a file I have input: HMU00030 2522 4840 DNA gyrase subunit B
|
| MakeMaker | 31 Jul 2009 01:23 GMT | 3 |
Insi de my Makefile.PL, I would like to do something like: LIBS => ['-lm -L$(PATH) -lmlib'], with $PATH define at the beginning of the file, but I cannot make it work !!!!
|
| On using $_ in subroutines | 29 Jul 2009 22:12 GMT | 17 |
Is it not possible to use $_ in subroutines? For example, my temptation was to do this: ************************************** sub isDate {
|
| Subroutine foo redefined a bar | 29 Jul 2009 15:37 GMT | 11 |
I noticed this error appearing when I stop/started my httpd server recently (yes this is modperl 1 code). This offending code reads a like this: package Some::Pack;
|
| recommendations for web/database applications | 28 Jul 2009 09:36 GMT | 7 |
Perl Beginners: I am thinking about a Perl web/ database application for political organizing and campaigns -- generating precinct walk lists, generating phone banking lists, tracking contacts, etc.. I am using Debian
|
| Question on approach | 27 Jul 2009 19:00 GMT | 6 |
I have some data I will read into an array that is the format "some_string"@"date" such as "foo/bar/biz@07-23-2009-11.42.02". To work with this, I will convert the date part (everything after the "@" to the epoch format so it's easy to sort accurately. I
|
| format a variables value for print | 26 Jul 2009 23:23 GMT | 2 |
I'm a little lost even what to look for to do this. With a variable like this: $var = 'American Express offers individuals online access to its world-class Card, Financial, and Travel services, including financial advice, retirement planning, air and hotel reservations and more' I ...
|
| Whats wrong with the `=~ s///' line edit | 26 Jul 2009 17:47 GMT | 1 |
I'm miss understanding something basic about the numbered values like $1 $2 in a s/// operation. In this script... I don't understand why $line has the value it does when the $2 paren enclosed regex does not match anything.
|
| Please Help Me! | 25 Jul 2009 14:46 GMT | 2 |
Dear Friend! Sorry Again disturbing you. I have a string $str = "Total Mobile HONDA Civic, EXI: model 2002, excellent condition, available for sale. My Phone # is. 042-6832797, My Cell. 0300-4459899, My Office Cell is0300-5009228, my other mobile no is 0356-4094030, my Friend Mobile ...
|
| Please Help me | 25 Jul 2009 07:39 GMT | 1 |
Dear Members! I have a string $str = "Total Mobile HONDA Civic, EXI: model 2002, excellent condition, available for sale. My Phone # is. 042-6832797, My Cell. 0300-4459899, My Office Cell is0300-5009228, my other mobile no is 0356-4094030, my Friend Mobile no is . 03226789871"; I ...
|
| sort with special order | 24 Jul 2009 17:33 GMT | 5 |
When I got a word list, I want it to be sorted with special order. for example, I got this array: ("dog","is","a","there"); I want the sorted result is:
|
| while() I have a simple question | 24 Jul 2009 06:55 GMT | 1 |
I just ran into an issue where I was loosing literally half of some expected data, which for a theoretical accounting system, would make for some interesting audit trails (I already shave a fraction for myself, but 50% will be noticeable ;)
|
| Using perl code in K and C shell | 24 Jul 2009 05:10 GMT | 4 |
I need to used some perl code in k and C shell. But it is giving me bad substitution. Same code works fine in bash. Any help would be appreciated. perl -i -e '$re=q~'${1//~/\\~}'~; print "$re"; while (<>) { /$re/ ? $c++
|
| Reading a list of numbers into an array | 23 Jul 2009 00:48 GMT | 7 |
Hello there, I'd like to read a file thet is a list of numbers like: 3084 4855 2904
|