| Thread | Last Post | Replies |
|
| perl and C | 30 Nov 2005 19:59 GMT | 2 |
There are some functions in a C library that I would like to use and I was wondering if it is possible to do so from perl. I started reading the perlxstut and this seems like the way forward but I was hoping someone could confirm it for me before I throw
|
| File Test Question | 30 Nov 2005 19:27 GMT | 2 |
*My Code:* my $logfile = "logfile_with_content"; if (-w $logfile) { print ("True - file exists but empty");
|
| how to interupt a running program | 30 Nov 2005 11:55 GMT | 3 |
Dear Folks, Hear is some interesting task. Please help me out with your ideas. I need to control a perl program from another perl program. Detailed description (example)
|
| about utf8 translation | 30 Nov 2005 05:52 GMT | 1 |
Hi,lists, I have a file looking as below: <sxwt@163.com> 145K179B 璧勬枡搴? <chchc@126.com> 171K122B 鍗曡瘝
|
| how to hide passwd from INPUT | 30 Nov 2005 00:56 GMT | 3 |
HI,Lists, Sorry, this time I can't login into my primary mailbox of 30gigs.So I change another email for this question. When I get something from input such as:
|
| Matching a Scalar Variable | 29 Nov 2005 23:20 GMT | 12 |
I have a requirement where in i have to read a file and then store the line by line items into a scalar variable. And then ihave ti match the same. i am providing you a sample code. Just help how can i match a string where in i should pass a scalar variable value.
|
| the time a program runs | 29 Nov 2005 19:04 GMT | 4 |
I have tried to find out the time a perl program runs, and I have used: #at the start of the program: my $begin = (times)[0]; my $begin_t = time();
|
| formatting text | 29 Nov 2005 18:43 GMT | 4 |
I'd like to know if there is module for following: We have text: === IN === This is just small sentence about nothing.
|
| You've read the Llama, now what? | 29 Nov 2005 17:24 GMT | 12 |
Hey all, I've been reading this list for a while, and I've been trying to learn perl on my own for quite some time. However, my job doesn't really (from my vantage point at least) "allow" me to do any sort of
|
| how to get file's creation time | 29 Nov 2005 13:14 GMT | 2 |
How to get file's creation time,NOT last modify time?Thanks.
 Signature To unsubscribe, e-mail: beginners-unsubscribe@perl.org For additional commands, e-mail: beginners-help@perl.org
|
| RE: Error : Nested quantifiers before HERE mark in regex | 29 Nov 2005 10:06 GMT | 2 |
No, $log_entry[0] holds a string, and we are getting the error as ** is a part of that string. Bedanta -----Original Message-----
|
| help about regex matching | 29 Nov 2005 09:52 GMT | 5 |
hi,list, I have a file looking as below: 356.5 192.168.2.20
|
| From column to row? | 29 Nov 2005 00:49 GMT | 7 |
Hi, I am totally NOOB in Perl and here is my first problem, which I couldn't solve... I have column data in file xy.txt, which looks like: AAAAA
|
| mode Q on File::stat | 28 Nov 2005 20:17 GMT | 6 |
I've been trying to figure out how to use File::stat to check file modes but haven't had much luck understanding how it works from the documentation. My
|
| Adding the use statements to a different file | 28 Nov 2005 19:54 GMT | 2 |
I have to write several perl scripts with a number of modules included. Therefore, I have to type many "use" statements at the top of each script. Is there a way to dump all these "use" statements in a different file and then just include that file everytime I have to include these ...
|