| Thread | Last Post | Replies |
|
| AW: AW: accessing imap servers using perl script - LOGIN FAILURE: access denied" | 30 Jun 2008 22:59 GMT | 1 |
> what is smtp from what i raised so far? > > I need an imap access to the server not smtp. Sorry, I meant IMAP, my mistake. Anyway, solution could be the same... to exclude problems with your source code, try an alternative server that is working for sure.
|
| Check if directory is empty on Win32 | 30 Jun 2008 22:47 GMT | 4 |
Many of the proposed solutions I've found on Google do not work for me, perhaps because they assume Unix/Linux host. I need a sub that will reliably tell me whether a given directory is empty (I am running Perl on Win XP, NTFS file system). Please give your implementation a
|
| AW: Automation | 30 Jun 2008 22:23 GMT | 1 |
> Thanks for your information. > But here i am using Windows XP operating system Then have a look at the task planner application (Start -> All programs
|
| How can I translate it back to @ sign. | 30 Jun 2008 19:13 GMT | 7 |
i have the this log from my sms gateway, however, the inverted exclamation mark was sent from the smsc as @. 2008-06-26 17:22:35 SMS request sender:+2342019122 request: 'maruna¡ontng.com,test,Love my test message' file answer: ''
|
| AW: accessing imap servers using perl script - LOGIN FAILURE: access denied" | 30 Jun 2008 19:10 GMT | 1 |
> Connecting to imap.mail.yahoo.com port 143 > Connected to imap.mail.yahoo.com ...
> my $imapserver = 'imap.mail.yahoo.com'; |
| show only numbers before, within or after the text | 30 Jun 2008 16:07 GMT | 8 |
I have a long text file like this: 324yellow 34house black
|
| Automation | 30 Jun 2008 15:52 GMT | 7 |
I am begineer to perl language. Want help for the automation of the perl script. Is it possible to run a perl script at defined time interval without cliking over the scipt and using command prompt.
|
| I could not do it with matlab could perl do it? | 30 Jun 2008 15:02 GMT | 4 |
I could not do it with matlab could perl do it? I appreciate if I have solution for this problem I try to extract two columns from a text file(8 columns) with variable
|
| looping | 30 Jun 2008 09:54 GMT | 1 |
I am writting a perl script which: 1. Calls oracle database and produce the desired results While I am reading each row data that is fetched by select query from oracle databae, I need to read some other values from a text file.
|
| MIME::QuotedPrint - extra '=' and linebreak? | 30 Jun 2008 00:32 GMT | 4 |
I have a script that reads CGI-input, processes the data and e-mails it onwards by opening a filehandle-pipe to sendmail and writing the necessary SMTP headers and data there. Wanting to teach myself the essential internet protocols I've done
|
| Limiting Toke::Parser | 30 Jun 2008 00:29 GMT | 5 |
I'm trying to use Toke::Parse and would appreciate some advice. My html is something like this <div id="mainbody"> <h1>advise you to</h1>
|
| Using System to read mixed cased environment variables on Windows | 28 Jun 2008 23:56 GMT | 5 |
On Windows XP Pro 32 bit, if I want to output environment variables PYTHON or ProgramFiles, I use the set command which output the following: C:\set PYTHON
|
| Funky Characters in Log files | 28 Jun 2008 13:09 GMT | 1 |
I know there have probably been a thousand posts on this topic, and I apologize in advance for skipping over them and deleting them. I have instances of strange characters in logs, and I'd like to be able to print them properly. Here's an example of a few lines: L 06/27/2008 - 18:37 ...
|
| Pass a wild card argument in Win32 | 28 Jun 2008 09:15 GMT | 2 |
I've searched google and much of this group to find the answer to this problem with no luck. I am able to pass regular arguments to perl but is it possible to get the * operator to work like it does in Linux? Like typing in *.cpp to
|
| Why doesn't LWP get html file? | 27 Jun 2008 14:00 GMT | 2 |
$html has nothing from the following code. Could someone help me? Thanks. use LWP; use URI;
|