| Thread | Last Post | Replies |
|
| help regarding Comparision of two lines | 30 Sep 2007 01:59 GMT | 3 |
hi friends recently i started learning perl.i need to print some statements after perticular line.in my file there is one line called "puts conCheckFAIL#-----------"occuring number of times.i need to print some
|
| Strange debugging question... | 29 Sep 2007 18:33 GMT | 3 |
Is there any way to get the name of a variable by knowing its memory address? Thanks, Zach
|
| $File::Find and no_chdir | 29 Sep 2007 18:26 GMT | 4 |
I have a UNIX directory $DIR which contains a lot of files and subdirecotires. Now, I would like to list all files and subdirectories in $DIR only. That means, $File::Find should not
|
| strict behavior with .pm | 29 Sep 2007 12:53 GMT | 3 |
Given the below code, is there something that will warn/prevent me from declaring $variable when i really meant @variable ? I usually use perl -wTc scriptname to check for silliness, but i've realized code in the below fashion won't be reported. This got me very
|
| Bundle::CPAN install error | 29 Sep 2007 06:28 GMT | 4 |
For the first time when installing this bundle I got an error. It did complete a dozen other modules but failed on the test of this one as you can see below. It seems I could either try to reinstall (which I did a few times and it always fail at the same test) or remove it. Which ...
|
| cpan command line | 28 Sep 2007 21:29 GMT | 5 |
What is the command to tell cpan to accept the default/suggested values?
 Signature Bobby --
|
| Open File - Read Only | 28 Sep 2007 17:28 GMT | 2 |
I appreciate the response to the last question. I have scripts that I have opened files and they work. However, I am failing on opens now because the file is read only. What is the way to open a file read only. Andrew
 Signature To unsubscribe, e-mail: beginners-unsubscribe@perl.org
|
| Installing perl-5.8.8 | 28 Sep 2007 14:34 GMT | 2 |
If this is the wrong place to post please point out the correct list. Here is the problem, I have RHEL AS 4 update 5 with perl v5.8.5. I would like to install a newer version in /usr/local/perl5.8.8. I do the following: sh Configure -de -Dprefix=/usr/local/perl5.8.8
|
| Displaying a Link on A Web PAge with image/png header. | 28 Sep 2007 10:59 GMT | 6 |
Hi Forum!!! I want to plot a graph on a web page. I am using the GD::Graph module and can successfully plot the graph. The graph is displayed on the web page with the following code.
|
| How to set environment variable | 28 Sep 2007 10:54 GMT | 5 |
I am new to perl. I am using "Active Perl-5.8.8" I want to set environment variable in a perl script Ex - #!/usr/bin/perl $ENV{HAI} = "hai";
|
| encoding problem? | 28 Sep 2007 10:45 GMT | 3 |
I am trying to use perl on the command line to process text files in various ways, one of which is to decode html entities. As far as I can see, the following line should work perl -MHTML::Entities -p -e 'decode_entities($_)' <input.txt
|
| Extracting file name from full name | 28 Sep 2007 00:04 GMT | 1 |
I have a string that contains a full path and file name. What is the easiest way to extract the file name? For example the path is /dir1/dir2/dir3/file.txt. Andrew
 Signature To unsubscribe, e-mail: beginners-unsubscribe@perl.org
|
| Problem with repeating characters in regex | 27 Sep 2007 14:35 GMT | 3 |
Hi I am trying to capture only the first occurence of a charcter followed by any word ie: in this sample text !this is a first level heading !!this is a 2nd level heading
|
| Invalid top directory at d:\perl\lib\file\find.pm line 562 | 27 Sep 2007 13:58 GMT | 2 |
Hi, i am using the following script to find a file entered by a user. use Win32::DriveInfo; use File::Find; my @drives = Win32::DriveInfo::DrivesInUse(); #Get the drives on a
|
| Invalid top directory at d:\perl\lib\file\find.pm line 562 | 27 Sep 2007 10:45 GMT | 1 |
Hi, i am using the following script to find a file entered by a user. use Win32::DriveInfo; use File::Find; my @drives = Win32::DriveInfo::DrivesInUse(); #Get the drives on a
|