User Profile
Collapse
-
Reinstall Device::Gsm - it was installed incorrectly (Device::Modem should be installed as a dependency). -
-
Your English is not clear. So start with writing simple algorithm of what are you trying to do. Flowchart may also be useful.Leave a comment:
-
You have file sizes in form of "1,572,694,696" . In programming comma is not accepted as part of number. You should remove it. It is best to do with help of regular expression. You need to do it for every file size. So in you cycle of reading lines of file add code that I provided. Insert it before line that uses $filesize for addition. You can insert it before "print", so you will be able to see modified value of $filesize....Leave a comment:
-
I don't see any getTable method call in your code.
As for loop, you can use tables_report method of HTML::TableExtr act to see if htere are any tables.Leave a comment:
-
-
-
-
At least for me it is not clear. Write an algorithm, not an example. IMHO, you should use foreach or each.Leave a comment:
-
-
Read these articles: http://en.wikipedia.org/wiki/Mail_transfer_agent and http://en.wikipedia.org/wiki/E-mail_...rastructure%29Leave a comment:
-
Net::SMTP is not a server, it's a client. It can only be used to send e-mail. For ex. sendmail is a SMTP server.Leave a comment:
-
-
Maybe you want to use POP3 protocol to receive e-mail periodically? Or you want program to be executed when SMTP server receives mail?Leave a comment:
-
-
Store list of files in some text file. Load it into hash. Update after each run.Leave a comment:
-
-
SMTP server does not have any fields. Please write you question more clearly.Leave a comment:
-
-
No activity results to display
Show More
Leave a comment: