| Thread | Last Post | Replies |
|
| Problem with function getquotaroot in IMAP::Client | 31 Oct 2009 22:04 GMT | 1 |
I am using the IMAP::Client for automating the quota check for some of the users. My script was fairly straight, and I ran in to the below error, while running the script. The error returned by the $imap->error function is
|
| About kernel symlink | 31 Oct 2009 17:51 GMT | 2 |
Looking at the kernel upgrade pages at http://www.gentoo.org/doc/en/kernel-upgrade.xml Its a bit confusing about the symlink creation. I've wondered about it a few times.
|
| Emulating Sort through Perl | 30 Oct 2009 22:19 GMT | 10 |
This is my first post here. I am trying to emulate Linux 'sort' command through Perl. I got following code through Internet to sort the text file: # cat sort.pl
|
| Problem with function getquotaroot in IMAP::Client | 30 Oct 2009 15:40 GMT | 1 |
I am using the IMAP::Client for automating the quota check for some of the users. My script was fairly straight, and I ran in to the below error, while running the script. The error returned by the $imap->error function is QUOTA not supported for GETQUOTAROOT command at imap ...
|
| Fasta format !! | 30 Oct 2009 02:14 GMT | 3 |
I just want help to open and read a file. I have to make a script so that it should open and read a file which is in fasta format. I have done something with subroutine but getting some errors. May be everyone do not know the fasta format....
|
| Not following the match problem in this simplified example | 29 Oct 2009 15:54 GMT | 6 |
What follows is snippet out of a more complex script and reworked to simplify but still not seeing what causes the problem. I'm not sure if I've just stared at it too long or what. When I run it I get this error:
|
| DBI driving me nuts ... ! | 29 Oct 2009 14:54 GMT | 3 |
Please can you advise ? #!/usr/bin/perl use Mysql; $dbh = Mysql->connect("localhost","mailscanner","root","c0nc3pt") or
|
| About internal working of File::Find | 28 Oct 2009 23:58 GMT | 4 |
Looking over the perldoc File::Find output (perl 5.8.4) I see at finddepth it says: [...] in part "finddepth()" works just like "find()" except that is invokes the
|
| A question on filehandles | 28 Oct 2009 23:14 GMT | 2 |
Trying to learn how to run Gnuplot via a Perl script I came across the following helpful example: #!/usr/bin/perl # Generate postscript and png plot with GNUplot from Perl
|
| How to redefine the default escape character | 28 Oct 2009 06:59 GMT | 2 |
Hi, All! The default character to escape is backslash (\). Is there any way to redefine this and set it to any other character? For e.g. if I wanted to use '^' instead of '\'.
|
| About the hash case insensitive ~~~ | 27 Oct 2009 14:47 GMT | 5 |
Hello,all: I had a question about the perl hash case insensitive . And I had this script : ==========================================
|
| split n characters into n chunks | 27 Oct 2009 08:18 GMT | 14 |
How do I split a word into n subsets? my $word = "thequickbrown" If I want three subsets I should be able to create: the
|
| compact my wordlist generator | 27 Oct 2009 01:33 GMT | 10 |
I'm trying to write a word list generator which can generate all possible combinations of n characters, within n set of characters. So far, this is what I have come up. The only input is the
|
| printf with currency symbols | 26 Oct 2009 19:53 GMT | 5 |
Is there a good way to do printf's with currency symbols? I've tried this: printf "Total: \$%10.2f\n", $total; But it puts the dollar sign way out front (ugly). I want it to look like:
|
| Dear friend! | 26 Oct 2009 18:29 GMT | 1 |
<DIV>Dear friend,<BR>I am willing to give you a big surprise. I found a website: www.ollsu.com last week. They mainly sell phones , laptops, tvs ,digital cameras and motorbikes. I ordered a tv . now I have got the product after 5 days. Its quality is very good.<BR>By the
|