| Thread | Last Post | Replies |
|
| Can't use string as a subroutine ref while "strict refs" | 28 Feb 2007 22:19 GMT | 2 |
I am trying to do the following, do I need to remove the strict option for this to work or is there a better way ? --snip-- sub admin { my $term = shift;
|
| print if variable matches key | 28 Feb 2007 21:10 GMT | 3 |
Hello, I'm trying to print a tab delimited file based on a colon separated file matching a key in %hash. I've attempted a few different things w/ the colon separated file (splitting it into to variables, making it %hash2)
|
| authenticating from w/in Perl | 28 Feb 2007 19:53 GMT | 1 |
I have been using LWP::Simple successfully to download data files from a number of sources. I now have to work with a web site that requires a username and password (which I have) but I have no idea how to get perl to interface and provide that information.
|
| how good is 'crypt()'? | 28 Feb 2007 12:14 GMT | 3 |
how good is 'crypt()'? it seems that for small differences in the target string you get duplicate digests. i get the following results (using debugger): DB<1> $f='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab'
|
| Scan disk for files with certain owner | 28 Feb 2007 10:11 GMT | 4 |
I need a perl script that runs under linux that should recursively search the directory tree and print out all the files that have a uid or gid that does not resolv to a username or userid. Can anyone give me a hint ?
|
| Inefficient code? | 27 Feb 2007 16:58 GMT | 3 |
My code is comparing the variables node and db in one input file to bkup_node and bkup_db in the other input file. If they match then a line is written to the output file. While I am getting the desired output I don't think I am doing this in the most efficient manor. When I
|
| GD and png question | 27 Feb 2007 12:33 GMT | 1 |
Does anyone know if it is possible to create an indexed png file with <= 4 colors using GD Currently googling,but not found anything thus far
|
| slurp hash from file | 27 Feb 2007 10:57 GMT | 2 |
I want to define a hash reference like this: my $h={ a => 'aaaaaaaaa', b => 'aa &&\
|
| extract data from array | 27 Feb 2007 07:22 GMT | 1 |
I have following data in the 0 th position of the array.i need to extract only 143 Days Old:143--User:yevala--Element:/vobs/ivr/air.pj/hdrs/irDefines.h I did in the following way.
|
| converting to mixed case | 26 Feb 2007 20:39 GMT | 6 |
is there a function, module, script, etc. that converts all uppercase to proper mixed case. this particular need is for an address list that is all uppercase 1370 W 14TH ST
|
| $.: | 26 Feb 2007 20:34 GMT | 2 |
What does $.: mean?
 Signature Ubuntu eh? I'm not really into Pokemon. --
|
| Home directory | 26 Feb 2007 19:24 GMT | 6 |
How do I, inside Perl, get the path of the home directory? I assume if I can do this, it will only work under Linux / Unix?
 Signature Daniel Kasak
|
| array operation | 26 Feb 2007 18:43 GMT | 17 |
# /usr/bin/perl use strict; use warnings; my $CT = "/usr/atria/bin/cleartool";
|
| Record separator and regex switch | 26 Feb 2007 17:25 GMT | 5 |
I am trying to parse some dhcp-lease files to extract the ip, mac and hostname. I am struggling to get either, the regex of the $/, correct. I am not sure which combination of these I should use.
|
| How to compile and install PadWalker on win xp with ActiveState port perl 5.8 | 26 Feb 2007 15:51 GMT | 1 |
I had to first compile PadWalker.xs file into c file. And then compile. Which c compiler should I use. How could I set up the building env? -- Spark shen
|