| Thread | Last Post | Replies |
|
| GUI-based menu-ing script for UNIX | 01 Sep 2005 00:45 GMT | 4 |
Is there any easy to customize GUI-based menu-ing script for UNIX? I currently have a text-base menu program for gluing my applications, and I am interested in putting in revising it to a GUI-based (for a change). Currently I am looking at aumenu, which according to the ...
|
| Please Help!!! Newbie question | 31 Aug 2005 22:39 GMT | 2 |
I am new to perl so I need some help from the list with this script. It takes a value from command line and then returns afters processing. For example, If value is "c:\projects\test 2005.txt" the script will returns it as "test" (actually omitts any space in the directory or file ...
|
| CGI execute command via ssh | 31 Aug 2005 20:52 GMT | 1 |
Aloha I',m trying to execute a command via ssh on a remote maschien via a perl-cgi script. The app i'm building does this a lot, with 99% of success. The missing 1% i'm trying to understand and after that to solve.
|
| Win32::EventLog - Missing Events | 31 Aug 2005 18:33 GMT | 1 |
Perlers, I'm working on a script to check the application log on one of my servers for a specific event using Win32::EventLog. For some reason, I don't get all of the event entries returned. In this case I have 1196
|
| can any body tell me how to remove quotes from a name. | 31 Aug 2005 18:11 GMT | 3 |
Hi all Could any body tell me how to get mayank from
|
| Win32::OLE question(s) | 31 Aug 2005 18:08 GMT | 3 |
The following code produces the output below. The first column should be a date. This happens whether the "valof" function is used or not. Anyone have any Variant tricks? Thanks.
|
| RE: :Oracle installation script assumes oracle is installed local ly? | 31 Aug 2005 16:51 GMT | 1 |
brian.barto@spectrum-health.org wrote:
> Hi all. I am attempting to install DBD::Oracle from the perl CPAN > shell. The installation script seems to assume that oracle is > installed locally. It asks me to set ORACLE_HOME to the path the |
| Escaping with tr | 31 Aug 2005 01:21 GMT | 6 |
How can I get all the " characters out of a csv file. Input looks like "bla bla";"bla bla";"bla bla" and it has to look like
|
| Directory Size | 30 Aug 2005 18:09 GMT | 4 |
Is there a way to get an entire directory and all sub-files/folders size in Perl? Basicly, I need the Perl version of "du -s". I've currently done it with stat but this only gives a directory size not taking into consideration everything inside it.
|
| encrypt the password stored in a file | 30 Aug 2005 15:29 GMT | 7 |
The password used to access a ftp server is stored in a text file, the perl program gets the password from the file, the pass it to the ftp server for logon, this is the background. The requirement is encrypt the password store in a more secure way,
|
| RE: system ("cd ..") | 30 Aug 2005 13:34 GMT | 5 |
Eliyah Kilada wrote:
> Hi, > It seems that the following code gives unexpected results: |
| help me | 30 Aug 2005 11:23 GMT | 1 |
Hi All, I am begginer to Perl.. I need write a perl script with subroutine which accepts two strings from standard input and checks whether first string has the second
|
| Unsure how to start | 30 Aug 2005 05:37 GMT | 2 |
Here's the situation: Some dude working in my company needs a program that does this- - There are over a 100 PDF files in some folder on a Mac Machine - The program to be written is supposed to invoke Adobe Acrobat
|
| Find first day of every week in a month | 30 Aug 2005 04:26 GMT | 5 |
I am new to perl and working for a small project... I need some help from you.. How to get all the first days of a week in a month.
|
| Perl CGI and URL rewriting returning source instead of execution | 29 Aug 2005 21:02 GMT | 1 |
I have a perl cgi application, not mod_perl, but an actual .cgi application running under apache on OS X. As many web apps, it makes use of some long get requests with variable labels and values. For example:
|