Re: Interrupts handling in perl

2010-09-16 Thread rahed
soorajspadmanab...@gmail.com (Sooraj S) writes: > Hi, > > My perl script internally calls some other scripts. The execution time > of the script is 5 min. I dont want any user to stop or suspend the > execution. ie I want my script to ignore the (ctrl+z) and (Ctlr+c) > > By adding the following li

Re: What's up with NNTP?

2009-03-14 Thread rahed
Gunnar Hjalmarsson writes: > The NNTP interface to this list (and possibly other @perl.org lists) > seems not to work any longer. Does anybody know what the problem is? > Is it a temporary thing, or has the service been permanently disabled? I don't know why but bear in mind that this server has

Re: perl daemon program

2008-05-31 Thread rahed
beast <[EMAIL PROTECTED]> writes: > Hi All, > > 1. Does Perl program suitable for long running process or daemon? An excellent book on this topic (and others) is L.Stein's Network Programming with Perl. -- Radek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: replace chars

2007-12-27 Thread rahed
[EMAIL PROTECTED] ("Octavian Rasnita") writes: > I want to replace some special characters with their corresponding > Western European chars, for example a with a, â with a, s with s, t > with t, î with i and so on. The module Text::Unidecode does exactly what you look for. The conversion is not

Re: Date and Time and Function calls

2007-11-25 Thread rahed
AndrewMcHorney <[EMAIL PROTECTED]> writes: > Hello > > I am looking for a perl function or functions that will give me the > date and time. I am going to use the results to create a unique file > name. There are many posibilities depending on uniqueness, this is quite similar: $randnum = 1000

Re: connecting to Oracle

2007-08-24 Thread rahed
[EMAIL PROTECTED] ("Octavian Rasnita") writes: > Hi, > > I want to make a program that connects to a remote Oracle database and > then make it a .exe Windows executable. > > Is it possible to make it not depend on Oracle's client? Install Oracle Instant Client, build DBD::Oracle and then try whic

Re: Net::SFTP functions

2007-07-01 Thread rahed
[EMAIL PROTECTED] ("Octavian Rasnita") writes: > I couldn't make Net::SFTP to work under Windows. > I heard that there are some ways of making this module work under > Windows, but I couldn't make it to work. > > If there is someone who knows how to do that, please tell us. Install first gmp-4.2.

Re: Spam from this list

2006-10-26 Thread rahed
[EMAIL PROTECTED] (zentara) writes: > The server is nntp.perl.org and subscribe to perl.beginners. Recently (months) I experience long responses from this server and occasionally outages. -- Radek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DBI

2006-08-01 Thread rahed
[EMAIL PROTECTED] (Bjørge Solli) writes: > Hi, > > I get an error message I don't understand. I've been following what I > thought was good practice when talking to a DB. > > use DBI; Import :sql_types tag. use DBI qw/:sql_types/; -- Radek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addi