| Thread | Last Post | Replies |
|
| is this a rigged test? | 31 Dec 2007 14:53 GMT | 2 |
is this a rigged test? at: http://shootout.alioth.debian.org/gp4/benchmark.php?\ test=partialsums&lang=perl&id=3 i find a 'partial-sums' benchmark coded in Perl, in which what should be a
|
| Different way of getting Standard input | 31 Dec 2007 13:16 GMT | 3 |
What is the difference in Accepting the following form of standard input? 1) $a = <STDIN>; 2) $b = <stdin>; 3) $c = <>;
|
| is this a rigged test? | 31 Dec 2007 04:07 GMT | 1 |
oops. i just ran the code. no diff' when run $TWO_THIRDS. oh well, in Perl subroutines are cheap!
 Signature To unsubscribe, e-mail: beginners-unsubscribe@perl.org
|
| configuring startperl during make ? | 31 Dec 2007 00:49 GMT | 3 |
During DBI building, MakeMaker uses the fixin() method to write the shebang line for all the perl scripts that will be installed. The path on my machine is /usr/perl/5.8.4/bin/perl. I also have /usr/perl5/bin/perl which is *currently* pointing to the same 5.8.4 perl,
|
| export variables | 30 Dec 2007 15:52 GMT | 5 |
Could someone tell me if this is possible and if it is how I do it. I have the following two file; file1.pl ---
|
| Handling errors when working with files | 29 Dec 2007 17:43 GMT | 3 |
I wanted to learn a bit more about how to handle errors when I am working with files, so I wrote this simple script to start with it where you can see that first I show the normal perl errors variables, then I try to delete a file and finally I show the errors variables again. The ...
|
| thumbs nails of file | 29 Dec 2007 16:45 GMT | 1 |
Hi Gurus, I have some video files with thumbnail images associated with each file. What I need to do is get the thumbnail image and store other folder by name "Images" with same name.
|
| how to accept array elments using loop | 28 Dec 2007 18:30 GMT | 4 |
I am new user of this group. can you tell how can i accept array elements using loop. for example for($i=0;$i<5;$i++) {
|
| Env variables readable by an application | 28 Dec 2007 08:24 GMT | 2 |
I have an application that executes a user-defined script. The application sets certain environment variables that the script uses to determine which phase it is in. I want to be able to set other env variables to set other conditions usable by the script. Is there a way to do ...
|
| replace chars | 27 Dec 2007 21:16 GMT | 14 |
I want to replace some special characters with their corresponding Western European chars, for example a with a, â with a, s with s, t with t, î with i and so on. Could you please recommend a module that can do this?
|
| FTP file handle question | 27 Dec 2007 19:51 GMT | 1 |
Hi group, I'm troubleshooting a perl 5.6 Win32 app that uses Net::FTP. I am trying to ftp using a file handle instead of a local file name. POD says something like $ftp->put(LOCAL_FILE [REMOTE_FILE]) where
|
| beginners-help@perl.org | 27 Dec 2007 15:46 GMT | 2 |
I want to assign the each column of the following file in a separate variable. 2864 oracle 0.0 0.2/home/oracle/u01/app/oracle/product/10.2.0/db_1/inventory/bin/tnslsnr
|
| how to run a script at remote location (windows-->linux) | 26 Dec 2007 21:17 GMT | 2 |
I would like to run perl script on linux machine from windows perl script. Can any body help me out on this regard, is there any module which takes care of this? Thanks,
|
| Googling | 26 Dec 2007 02:44 GMT | 2 |
Summary: Is there an easy method to search Google and get the top result (title & URL)? I'm trying to write a script that gets URLs based on a name. I figured using Google would be the simplest method. I need to search a specific
|
| Best book for... | 24 Dec 2007 20:26 GMT | 1 |
I would like to read something on the preferable or "best", if you want to use that term, way of building large applications in Perl. I am looking for structure of the program and things like that. Robert
|