... You are truncating some important environment variables. Namely LD_LIBRARY_PATH and PATH. Use ".=" to avoid truncation. ... First place to look would be...
Hi all, I have created a dll written in Perl. This dll would manipulate the text passed to it and returns a scalar variable. I use this dll in VB Macro. A part...
Hi, I am pursuing an automation project and have selected Perl as my choice and am looking for ideas or hints in how I can actually read and store every object...
is it the same as perl? I want to learn about perl I don't have a software. Can someone give me a link? Just the plain perl for DOS. Anyway what are the...
ActivePerl is a distribution of Perl. If you are using Windows, ActivePerl is your best alternative. http://www.activestate.com/Products/ActivePerl/?mp=1 DOS?...
... acebeentura> is it the same as perl? I want to learn about perl I don't have a acebeentura> software. Can someone give me a link? Just the plain perl for ...
Hello all, I've been tasked with writing some kind of server side code to download a file (a jpg) from the client's computer to a new printer we're making. Is...
Hai Folks, I have a very small clarification in pattern matching, though it seems to be so silly I'm not able to find a solution, please help me in this...
Hai Folks, I have a doubt and i'm breaking my head for this. I'm currently working on a image conversion project. I want to read all the tags from each tiff...
... "b" >should be matched and ending should be "y" and between "b" and "y" no >"a" should be present. This can be done using m/b(?!a)y/ig, but it is >not...
... Yogesh> print if (m/\bb[^a]*y\b/i); That strategy works fine if "a" is a single character, but fails miserably when you have a multichar string there....
Hai Yogesh, Thanks for your initiative to reply me. But probably you have misunderstood my requirement and Mr. Merlyn has very well understood that and it...
Hello everybody, I am very much depressed and unable to find a solution. Please some one with the experties help me. 1] Below is my script which allows me to...
Hi, My requirement is to search for the particular folders in a path, and copy the contents of the folder to the local directory. I can do this using...
Hai Folks, I know application side programming in perl to some extent, but i wannu learn perl/CGI programming. Can anyone help me to find free online Books for...
Hai Folks, (1) I want to monitor a perl script and when that perl script stops running, I want to run another perl script immediately. Is that possible. (2) I...
1) Is there some reason why you can't run the scripts in some sort of batch mode? Unix and Windows both support that. Otherwise you have to decide how much...
Hi Friends , Enjoying being a part of thi group . I am learning PERL and practicing it . I need Some good Perl Documents like " Mastering Regular Expressions "...
I may have just gotten unlucky here but let me share my story... I'm somewhat new at web development but have many years experience in programming. I Made a...
You probably didn't have the correct permissions set on the host server. They need to be given execute permissions - chmod 755 - for the server to execute the...
... PS. Formmail is a generic form handler; it's not a "standard" form handler by any means, merely one available for folk who aren't familiar with writing ...
No, I did indeed set the permissions to 755. Am working on a page that will demonstrate the problems I'm having. In the mean time I'd like to share (another)...
... I guess you've tried most things then. Sorry, I can't help any more. There probably isn't much documentation; many generic and/or home-grown general...
... The script gets the raw data from each field. Generally, we use CGI.pm, not that internal form parser in formmail, to process the field data into a usable...
I don't know much...but I know enuff to get in trouble.... I beleive the Recipient (the owner of the form) in the HTML and the Recipient in the cgi must...
Another thought. I have been told that Matts Script has security issues. but that another code that is used by my web host has a mail form cgi that has fixed...
Thanks. I think the lessons I've learned here are: - Use newer stuff - Write your own when it's not to big of a deal. - Either use your own web server or be...
... I would amend this to: Custom solutions are often better than general solutions. Writing your only script can be more dangerous than using a very well...
Hello, I currently do my development work with Windows/Apache/perl, then use MS Frontpage to publish my files to my ISP server running Linux/Apache/perl. The...