Hello, I am a new user of http://baseportal.com It's a free database portal, great features (database limit=4GB, supports any Perl script, 6 database templates...
Hi I am new to PERL programming and I am having some real problem to see my out put pf perl script in browser ... I am using windows 2000 machine I download...
I am trying to run a perl sciprt from crontab, but the sciprt will not run for whatever reason. Here is my crontab entry. * * * * * /apps/PERL/bin/perl...
crom runs the program as root user see if root has permission to execute the program There is 1 message in this issue. Topics in this digest: 1. Running Perl...
Hey Pal: Maybe mohamed is right... here´s how I create entries in the crontab for a specific user (youruser), and how I also create a log for the script...
... nfspeed105> I am trying to run a perl sciprt from crontab, but the sciprt will nfspeed105> not run for whatever reason. Here is my crontab entry. ...
Thanks for the help, turns out the problem I was having is that I did not provied the full path to my output file. The script was acutally looking just dumping...
I am in a Perl class this summer and we are allowed to seek outside help. I've tried other Perl groups (I've gotten tremendous support from a sys admin group...
Hello, I'm a NetAdmin and I use Perl to automate various tasks. I am currently trying to get it to create registry keys so I can push out an update, but I...
Hello Friends, I am facing one problem on windows perl. I have to rename 100 index.html pages to index.asp recursively. Before renaming the page i need to add...
Hello, The following script gets "Premature end of script headers error". If I type print header("text/html") at the bottom (after the else and befoire...
Namon, Writing perl code to display in a browser requires you to use CGI routines. I suggest you get a book on Perl CGI or search the web about it. CGI can...
Pskantu, I am assuming all the files/directories are in the same directory tree and that you have a fairly good understanding of Perl. If I'm correct this...
Currently I would tend to use something along this line: #!perl @files = `dir /s /b index.html`; chomp @files; foreach $file (@files) { print "Reading...
Gary Hawkins
ghawk@...
Jul 19, 2004 12:54 am
1583
We have 3 differnt menu bar depending upon the rights of user ... We checked user in Data Base and assigned $menu_page corresponding value for example...
Is there a way to create Persistent server side Session Variables that live for approx 20 mins in Perl. These variables will store values that are important...
... johnclarke72> Is there a way to create Persistent server side Session johnclarke72> Variables that live for approx 20 mins in Perl. These johnclarke72>...
Hi All, I am trying to read multiple files to read some data's related to specific parameters and organize it in tables. As shown below ... I am not able to...
We have a reporting tool that produces a report with the same file name daily to the same directory location. I need the code that would rename the file to a...
I have a reporting application that creates a new report daily. The application creates the file with the same name in the same directory over writing the...
... Hi, ROFL. Thats a real newbie question. Test scripts locally, lol. If you have perl installed and are under win32, just click on the script and bam it...
Unless you do not have Perl installed, which could be the situation. If in Windows, get ActivePerl from ActiveState (www.activestate.com), It in *nix, Perl...
I don't know too much about encryption. I tried your search under CPAN and got a decent list of modules. If you know what you are looking for, try going...
Sorry, I was supposed to include a URL there. The search I did was the following: http://search.cpan.org/search?m=module&q=RSA+2048+&s=11 Good luck Rex El Rex...