| Thread | Last Post | Replies |
|
| signal processing INT or TERM | 31 Oct 2008 21:22 GMT | 2 |
perl 5.8.2 OS: AIX fully POSIX compliant my script moves files from one dir to another. When I want my script to stop, should I pass it along the signal INT
|
| Why doesn't this work: perl -e "@s=([1,2],[3,4]); print $s[0][0];" | 31 Oct 2008 18:50 GMT | 3 |
(This should probably be an easy one for someone.} Why doesn't this work: kevinz@centernet:/usr/local/src/rrd$ perl -e "@s=(["a","b"],["c","d"]);print $s[0][0];" syntax error at -e line 1, near "]["
|
| Issue with references and array slice with one member ! | 31 Oct 2008 13:38 GMT | 1 |
Recently I faced one scenario with references and array slice in perl. I used following program to retrieve the rows from a table in Oracle using Perl DBI. As shown in the program, I did following steps to retrieve the rows :-
|
| RE: How to put a global variable in a package, accessible to users of that package? | 31 Oct 2008 11:25 GMT | 1 |
> Message du 31/10/08 10:25 > De : "Stewart Anderson" > A : "mrstevegross" , beginners@perl.org > > === foo.pl === |
| confused about reference | 31 Oct 2008 06:04 GMT | 3 |
I was just testing some reference and while trying out below I am trying to understand below @{$yahoo->{yahoo}}........... I can see that this is pointing to 0,1,3 by running the code.
|
| Hi all | 30 Oct 2008 13:22 GMT | 1 |
Hi ... I have to make my back button of the browser disable ... can any one help me in doing that using perl script... Thanks in advance....
|
| matching elements from array and print the results line by line from log file | 30 Oct 2008 13:00 GMT | 4 |
I have a list of element in array that I would like to match the pattern in logs file. I have hard time take element from array and matching it. More then weeks now and don't know where to find in man page. please help me. Here is my code.
|
| progress bar | 30 Oct 2008 12:34 GMT | 1 |
I want to implement a status/progress bar in my little piece of find file code. I've looked at Term::ProgressBar and Smart::Comments and I've tried many many different examples. But I cannot figure out how to implement either of the two into my code. Any pointers/tips/ideas
|
| regex for & | 30 Oct 2008 11:22 GMT | 4 |
Hiya I have three sentences. This is a nice hotel. The view & food is good.
|
| Curly braces and the logic of PERL | 30 Oct 2008 08:52 GMT | 35 |
Years ago I used to work with FORTRAN, RPG GAP 2 and a smidgeon of basic. Code was written one line at a time, the first section of code was Input data, the next section was calculations, the last section was output. (For example, in the sample of code below, the "while" line would ...
|
| Tracking which elements from an array have been matched. | 29 Oct 2008 19:13 GMT | 3 |
I have an array of records. I need to search this array for a particular record (or records) based on a record id. This is simple enough (e.g. using the grep function) @found = grep {/$rec_id/} @array;
|
| Reading Files - Which approach is best | 29 Oct 2008 13:39 GMT | 2 |
I am continuing work on my script. I know there are many ways to read files. I am going to be opening files that are text and also that are binary. Here are my 2 ways that I have done it it in the past. I am wondering which way is best.
|
| Doubt in Spreadsheet::ParseExcel | 29 Oct 2008 12:45 GMT | 1 |
Hi Team, I want a code snippet for retrieving the content in xcel sheet in a variable. Thanks in advance[?]
|
| Installing perl modules | 29 Oct 2008 12:43 GMT | 2 |
Is there a way to have multiple users on a server using the perl at /usr/local/bin/perl and yet have their own personal perl modules that the other users can't see? I'm trying to figure out if there is a way to allow multiple users to
|
| LWP::Useragent htaccess does not work | 29 Oct 2008 11:44 GMT | 1 |
I try to make a script to download a file with htaccess. I have the error 401, it does not work. Why my script do not use my credentials? #!/usr/bin/perl
|