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
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
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
[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
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
[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
[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.
[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]
[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