Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kisan
  • Order by date
  1. kisan

    Write STDERR into file

    Hmm, why did you transpose these lines? Unfortunately it doesn't work either.. :( the log file is empty..
  2. kisan

    Write STDERR into file

    Hi, Could anyone help me, what is wrong with the program below? I need to spool the STDERR into a file in order to check it. Here is the source, which doesn't work: sub putftp { $ftp = Net::FTP->new("1.2.3.4", Debug => 1); $ftp->login("name",'passwd')...
  3. kisan

    FTP and Error

    Hi, I have a perl script, which transfer files to another host by ftp. Could anyone help me, how to handle if ftp may shut down on the remote host? kisan
  4. kisan

    Subject in mail

    Yes I have tried it as well. Unfortunately it puts the following lines into the body of the mail: To: me Subject: MySubject BlahBlah ..and the Subject field has already been empty. kisan
  5. kisan

    Subject in mail

    Hi, Could anyone help me, how to can I set the subject of a mail, if I want to use the SMTP modul? $smtp = Net::SMTP->new('1.2.3..4', Debug => 0); $smtp->mail("as@df.gh"); $smtp->to('qw@er.tz'); $smtp->data()...
  6. kisan

    Ftp and Debug

    Ok, it works! thanx, kisan
  7. kisan

    Ftp and Debug

    Hi, I would like to write out in a file the message, what ftp print out, if we set it's Debug parameter level to 1. $ftp = Net::FTP->new("1.2.3.4", Debug => 1); Could anyone help, how to write this message in a file? thx kisan

Part and Inventory Search

Back
Top