| Thread | Last Post | Replies |
|
| function that returns a HASH. | 30 Jun 2004 21:00 GMT | 3 |
I'm trying to use the Net::CUPS::Printer::cupsGetJobs() function. In theory this function returns the jobs a cups printer got printed or to be printed. I'm using this like: _BEGIN_
|
| Nested {} | 30 Jun 2004 20:02 GMT | 5 |
All, Suppose I have a number of lines in a latex file like this: \backans{If $x=y^{2n}$ and $z=y^{3n}_{11}$, then we can substitute to find a solution.}
|
| recurisiveness | 30 Jun 2004 18:51 GMT | 4 |
I have a script that recursively goes through the filesystem and changes links in html documents The problem I'm having is that it chokes on directories with spaces in there names. Does anyone have any suggestions on how to deal with this? I've tried using both glob and
|
| questions and understanding | 30 Jun 2004 17:08 GMT | 1 |
All, I was playing with my code and after re-reading perdoc perlre, I still do not understand the items in yellow and their need. here is my code.
|
| Saving in RTF | 30 Jun 2004 16:52 GMT | 2 |
This is hard I think.... I need to save a text in rtf format into a database (mssql)... the problem is what kind of field to use and how to read back the text without loosing the format...(bold,color,etc,,,). Does anyone know how to do that? Any idea? JP.
|
| Socket or NetServer::generic??? | 30 Jun 2004 14:55 GMT | 2 |
Hello, there I am progarmming a client server passed solution. My Question here ist which Modul I should use. I already noticed that the IO::Socket and the NetServer::Generic
|
| Progress..... | 30 Jun 2004 07:12 GMT | 1 |
My program works thru long lists of word. How can I show the user that it is still busy and when it is done. Is there a progressmeter that I can insert into the while loop. To have a perl/tk interface for the user.
|
| Installing a module when you have limited permissions | 30 Jun 2004 04:29 GMT | 7 |
Hello. I wanted to know if someone has installed a PERL module on a server where they had limitied permissions? I am not extremely UNIX savy but I do know the basic and know the something about the file structures, etc. Can someone tell me how I can install MIME::Lite on a server ...
|
| ways to change the first char from a filename (with full path) | 29 Jun 2004 20:16 GMT | 3 |
i'm trying to make a code that get a file name (with full path) and change the first char of the filename. Someone can say me if there's a better way to do this?: _BEGIN_ #!/usr/bin/perl -w
|
| Extracting fields from a data file | 29 Jun 2004 20:10 GMT | 10 |
I have input file like this: ------------------------------------------------------------------------ header, 06-12-2004, path, /usr/bin/sh,attribute,100555,root,other,315,565690, subject,bscs,sgrp,9936,6785,0 0,return,success,0 (line1) header, 06-12-2004, path, /usr/bin/sh ...
|
| mail | 29 Jun 2004 19:53 GMT | 3 |
I have two arrays @a and @b, each of the arrays have lotz of elements. what i want is the first element of @a should be assigned the first element of array @b. The result should be combined in one array @c, so that i can send the @c mail.
|
| RE: ways to change the first char from a filename (with full path ) | 29 Jun 2004 17:48 GMT | 1 |
Rod Za wrote:
> Hi all, > > i'm trying to make a code that get a file name (with full path) and |
| parsing large amounts of text | 29 Jun 2004 17:13 GMT | 4 |
I'm working on a custom Perl script to parse my Apache logs and report custom information. When I run the following program, it ends up eating all available RAM (the system has 1GB) and dying. My access_log is ~410MB. Am I doing something wrong?
|
| is perl a script language? | 29 Jun 2004 13:31 GMT | 5 |
if so ,why we will "perl Makefile.PL;make;make test; make install during the installation of the perl module if not ,why can "perl xxx.pl" be executed directly without any other files produce? i am puzzled, very much!
|
| Creating images | 29 Jun 2004 12:59 GMT | 9 |
Hi all, again! I'm attempting to make a web page, where all the buttons are dynamic, where dynamic I say there's 1 "template" button image with nothing written on it, and I want to put requests into a html page to call a script as an image to
|