I have a web based piece of software written in Perl.
Part of the form is a drop down of non-alphanumeric characters, so it is difficult to read the contents. I populate the dropdown lik...
Hi,
It's easy to convert a char to its corresponding ASCII code in C++ using "int(char_var)", but can that be done in Perl?
Thanks for your help.
-Vlad
ok - it must be simple but i'm having trouble:
to read in a file from the command line for processing I'm trying to use the following that does not work:
open (LOGFILE, "$filename") or d...
I want to load some specific files in a directory. The filter on the filename would be ideally a regular expression. However it seems glob argument is not a regular expression... while not b...
Hi,
firstly, this is a windows-perl (activestate) question (not real *nix perl=)
I have a text file that has been encoded in utf-8 format. I want to make my perl script recognise that th...
I'm having trouble finding the equivilant of solaris cut in perl
I need to cut a string such as HSTNTXTXCA and grab the state character possition 5 and 6..
solaris equiv:
TID='HSTNTXB...
I downloaded the guestbook from
http://www.scriptarchive.com/guestbook.html
And now I have a peculiar problem with it, if you want to skip the html to know my questions, they are at the en...
Hi, based on server restrictions and a recently asked question, I am sending text file attachments using
system("cat nc/jh10083.txt | unix2dos | uuencode nc/jh10083.txt | /usr/sbin/sendmail...
I have a little bit of a funny one here for you: (It's not that funny for me though!!)
If I run this perl file from my command line it works but if I run it via a cgi-bin directory on my br...
I have a file that has common date entries. I need to create a hash of arrays based on the date and don't know how to do this.
This is not a homework assignment. I appreciate your help. ...
I have a perl script that runs totally fine if I login as its owner but when I set it up to run in cron tab, it fails.
It seems ENVIRONMENT VARIABLES is different when cron runs the script.
...
I know this question has been asked a billion times by now, but I can't find an answer.
I've already done what I need in PHP, but I need it in Perl so I can run it from cron.
I need to cre...
Help!
I am using Perl WWW::Mechanize to access some websites. The goal is to access certain pages on a corporate network and scrape information.
I am running into a problem in that I ...
Let me start by adding that I know nothing about Perl whatsoever, so whatever answer I get I'd need it to be pretty well complete and simplistic. I put the maximum number of points I could bec...