Start writing some small programs. Then bug us when the problems get too big. tOM On 1 Oct 2004 at 16:06, ... -- Quidquid latine dictum sit altum viditur -- ...
I'm just starting to use Perl, and am writing my 1st email program using smtp. My isp requires a port other than 25, and I don't know how to specify that. They...
Got this working - to specify outgoing port, add colon port number to smtp server address: $smtp = Net::SMTP->new("smtp.cs.com:587",Debug =>1); -- Ralph Alcorn...
I am trying to upload a file from a system which is behind firewall to a live server. Its connecting but its not copying / uploading the files. When ever i run...
hi friends my name is ananth and i have joined new to this group. i have trouble in installing the AdminMisc module in my perl. can any one help me out plz. ...
hi guys and gurls i got some question with making connection with SMSC gateway is any one here can help me out [or good web] on sending MT and Receiving MO...
We are looking for Perl Professionals for an immediate project requirement . Senior Software Engineers /Software Engineers - Shell, Perl, Sybase - 2+ years...
I'm trying to determine if the following system function can be placed in an array or scalar variable instead of redirecting it to a file because I can't...
Hi All I am new to perl. I have written mail parser in perl which will read the mails and detach the attachments into a folder. After this, i check whether the...
BigInt, sin() help or advice? I'm using my PC to collect some data from an ADC card. I read the 16 bit ADC value, then read the 64-bit value from the PC's...
On Tue, 26 Oct 2004 09:09:05 -0000, sridhar_kuvalai ... What shell are you using? Try enclosing the filenames with quotes (""). HTH. -- http://www.bloodpet.tk/...
I am creating a website using HTML and Perl with a MySQL back-end and I need to create a form that is easily editable by a non technical person that can be...
Tried assigning the command to a scalar variable and it does not work too well with the system function. $uname = "uname -r"; $var = `ssh servername $uname`; ...
... This executes the ssh command and places its stdout into $var ... This executes the stdout of the ssh command - certainly not what you wanted to do. ... ...
I wanna get information from a site which contain frames and dynamic content(jsp).I used lwp module but i can get only source code.The code i wrote is below. ...
Hi, You mentioned that you are new to perl. So I think you should learn basics of perl which are very important. For reading excel file in perl you should...
Hi all, Greetings to you. I am looking for PERL,Shell exp candidates for chennai/NY ( Investment Banking Domain based company Pl send your resume @ earliest ...
Hi all, I have wrote this config.pl, I want to know how to use the variables defined in this config file to any other PERL script. Plz explain this using a...
It's one easy way: you can save config.pl like Perl module. For example, in Perl-module directory (ex. c:\perl\site\lib) you mus create one folder (ex....
Allo! My ISP is complaining about one my my Perl script. The script is taken to much resource from the server. The script run smoothly for a certain period,...
Can any send me the code .. to send email in per using SMTP .. Waiting .. ... Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com [Non-text...
Hi, I am trying to create a complex datastructure in perl corresponding to a class in C++ , but have been doing it unsuccessfully. Can anyone help? I have...
Hi! Why I receive messages from this group? I choose the "No e-mail" option in the "Edit My Membership" section, but in any case I get these messages. I don't...
You can use the Benchmark module. I guess it comes woth the default perl installation itself. Or else you can download it from CPAN. You can read the...
I'm using the latest activeperl IDE and perlbuilder on windows. The problem is i can't even open a text file for reading. The file is in the right directory...