Yes you can, and unless you want to replace each occurence of 'string39; with '$var' literally, do not escape the '$'. For example : my $str = 'I am a blue...
I'm not very used to using CGI to do the HTML (I use the Template Toolkit), but what does your next image's link point to? It should point to something like ...
I am having trouble figuring out how to autoincrement an element in an array. Any help is appreciated 1. mydatafile $ cat mydatafile 1 bill brown spain 84 2...
Playing w/ CGI a bit today. I've almost finished what I set out to do, but I've hit one block. This is a continuation of a previous question I had about...
I'm having trouble opening a file on a remote drive. It fails to open when the drive is mounted by NFS or Samba but opens fine if located on a local drive....
Hi I have file which has a number of unwanted lines and i want remove or delete all of them.All the lines which i want to remove start with a particular...
I am trying to find a way to print out each key and value in this hash of hashes. Can anybody help? References are soo confusing. :-( #!/usr/bin/perl use...
Hi there i'm using Perl Modules in a script thats only recently been started.. Anyways, I'm familiar with using Perl Modules & 'returning39; back to the main cgi...
I am creating the directory/folders by date using a perl script. The script will take the input date, and make the directory as per date, and then this folder...
Lets say you have two different files. $Test contains a line from a file, and $Gold contains another line from a seperate file. You dont know whats in either...
I am trying to create a diff script. Reporting to me when a difference between a gold file and a test file is encountered. My code is this, #!/usr/bin/perl use...
Hello, ... latest ... check www.activestate.com ... right clic -> open with select perl, and check the "open always with" box Sincerely Guillaume Programmation...
1) I have the ActiveState Perl for Windows v 5.61, i thought it's the latest
version, but i am using 5.8 in linux, is there a later version of Perl for...
I am trying to create a diff script. Reporting to me when a difference between a gold file and a test file is encountered. My code is this, #!/usr/bin/perl ...
From PPM in the folder: c:\perl92;site92;lib, this is entered: "Install Win32:ODBC" Get the following message: "returned no results. try a broader search first" ...
From what you said, it sounds like it DID expire but not when you expected it ... correct? You didn't tell us what the value of $time was and in this example ...
Howdy: Just looking more for reassurance on this one, and maybe some other peoples' experiences. In my last job (huge Enterprise) there was a proprietary...
i've downloaded a few modules, now i dont know if i have to extract them to a specific folder or do i have to download .pm files. help me both in windows and...
... I am assuming that the file is broken into sections. Each section is apparently separated by a blank line. I assume further that there are no additional...
Hey you have to chomp the whole array in the second list : not - chomp($1001); but - chomp(@1001); ... From: perl-beginner@yahoogroups.com Date: 22 Ìàé 2003...
The first listing works fine. The second just hangs at the end with no error messages. I noticed that I would be missing the array quotes in the second, so I...
I can't get rmtree to work (2K system). Tried searching the archives and found someone with a similar problem, but no solution... <snippet> use File::Path; ...