Search Results

Search: Posts Made By: man
6,178
Posted By man
Perl: Read directories and assign to array
I would like to read directories and assign to an array where the user can select a directory from the output. For example, a dir list will populate with a number assigned to each dir. I would like...
2,417
Posted By man
Great! That worked perfectly.. THX! Here is...
Great! That worked perfectly.. THX!

Here is my finalized perl multiple file copy script for reference (if anyone else has the same issues)

#!perl.exe

use strict;
use File::Copy;

my...
2,417
Posted By man
Perl script issue: print
Can someone tell me what I'm doing wrong with my perl script? I am new to Perl. This isn't even the final script, I'm just testing to see if it will print the directories with the files in it. For...
9,195
Posted By man
I figured out what I was doing wrong, I had the...
I figured out what I was doing wrong, I had the cron job incorrect. It was running every 1st minute of the hour.. I wanted it to run every minute (for testing).. So it should have been * * * * *,...
9,195
Posted By man
ok.. the details are below.. crontab -l...
ok.. the details are below..

crontab -l shows:

1 * * * * /home/<user>/bin/myscript.sh

Here is how I have myscript.sh

#!/bin/ksh
set PATH=/home/<user>/bin
export PATH
...
9,195
Posted By man
Cron job for Perl script
Although there are many threads on this forum regarding cron, none have specifically answered my question. So hopefully someone can shed some light on what I'm doing wrong..

I have a perl script...
Forum: Cybersecurity 03-02-2005
3,059
Posted By man
Thank you for the reponses.. However after...
Thank you for the reponses.. However after researching htaccess, it seems like you have to create a password file. Isn't there a way to use the System userid and password for this purpose, instead...
Forum: Cybersecurity 03-02-2005
3,059
Posted By man
Login from browser
I have developed a couple cgi scripts that run to access data on our Solaris box, and was wondering how I could implement some type of login (via the browser) that would allow the user to use there...
18,296
Posted By man
CGI: refresh page and timeout
Hi, I've been able to put together an HTML page that calls on a cgi program (via ksh) to do some server side processing, then send it back to the user's browser window. The script basically tails a...
14,890
Posted By man
RTM, How did you get the javascript working...
RTM,

How did you get the javascript working within your cgi script? I've attempted to incorporated a simple a timeout for the page via javascript and it doesn't seem to recognize it. Is there an...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 08:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy