|
|
 |

|

 |

| Changing the default Perl mode for emacs (Please help) |
|
 |
 |
 |
07.02.2012 - 06:14 - Hi,
There's a bug in the works to get the default perl mode in emacs
switched to "cperl-mode". RMS has responded to the bug:
> The reason I did not make cperl mode the default, years ...
|
 |
| Multiline regex not matching |
|
 |
 |
 |
30.01.2012 - 20:14 - I'm having a problem doing a regex match on a multi-line string. The
actual program[1] is rather large, but I've come up with a test case
that demonstrates the problem. I'm running on OS/2, ...
|
 |
| Error checking reads |
|
 |
 |
 |
28.01.2012 - 16:14 - I was taught to check *anything* that produced a return code. In I
think all perl programs I have ever seen I see opens followed by "or
die ....."
But how does one check the operator? I ...
|
 |
| help with perl |
|
 |
 |
 |
28.01.2012 - 16:14 - I have this problem to solve but i don't know how!
Develop a Perl program that receives as argument on the command line
the name of a file in the working directory (containing one ...
|
 |
| job cull; Warner Brothers; try this |
|
 |
 |
 |
27.01.2012 - 16:14 - I want to see what a real jones can do with this.. IF you're bored.
Here's the interview question:
http://www.codeeval.com/public_sc/14/
Here's the kluge I came up with (they won't be ...
|
 |
| basic hash question |
|
 |
 |
 |
27.01.2012 - 02:14 - Hi,
I have an anonymous hash with two elements and can print
them out like so.
foreach my $record (@$hash_records) {
print "$record->{A},$record->{B}\n";
}
However, I have several ...
|
 |
| Collecting specific values from hash reference |
|
 |
 |
 |
21.01.2012 - 22:14 - Hi,
I have a hash reference as follows:
$VAR1 = {
A.processor0.error => 0
A.processor0.success => 77
A.processor0.total => 77
A.processor1.error => ...
|
 |
| [style] parsing name=value lists |
|
 |
 |
 |
19.01.2012 - 14:14 - I want to write some code that will retrieve TXT records containing
name=value pairs, separated by commas. I'm only interested in specific
names. The obvious was to do this is something ...
|
 |
| When is @_ undefined? |
|
 |
 |
 |
17.01.2012 - 18:14 - I'm getting the message
Use of uninitialized value within @_ in join or string at
H:\UTILITY/unobfuscate.cmd line 1266.
The code prior to that line seems to be working correctly. The code ...
|
 |
| ssh tullen |
|
 |
 |
 |
16.01.2012 - 10:14 - Hi,
I have a PostgreSQL database behind a firewall which I can access from a
fixed IP address but obviously not while on the road where I must issue
something like:
ssh -N -C ...
|
 |
| Merging Multiple Array elements |
|
 |
 |
 |
15.01.2012 - 20:14 - Hi all,
I want to merge more than 2 arrays.
For example:
@array1 = (1,2,3);
@array2 = (4,5,6);
@array3 = (7,8,9);
@array4 = (10,11,12);
my @array;
@array = ...
|
 |
| problem reading html stream |
|
 |
 |
 |
14.01.2012 - 18:14 - I have a perl script that reads a, large, html stream (TV program
data).
I use IO::Socket, do a "my $socket = new" and then a "while (
)" to fetch the data.
Now the problem *might* be ...
|
 |
| Very slow |
|
 |
 |
 |
12.01.2012 - 16:14 - Create a test file with 20000000 same lines of 50 commas (it will be
1020000000 bytes)
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Now I have a perl and C program running almost the ...
|
 |
| search.cpan.org: how to advice its displays |
|
 |
 |
 |
11.01.2012 - 10:14 - For some time, I wonder how to make search.cpan.com's display of the
POD smarter. E.g., go to
http://search.cpan.org/~ilyaz/MP3-Tag-1.13/lib/MP3/Tag.pm#SEE_ALSO
Note that links to ...
|
 |
| Unicode-AGE of a character? |
|
 |
 |
 |
10.01.2012 - 08:14 - I looked through the docs I could find, and can't find any way to
determine the "Unicode AGE" of a particular codepoint except for:
a) running /\p{Present_in: FOO}/ for all forseeable ...
|
 |

|

|

|

|
 |

|

|
|