Re: [Perl-unix-users] How to clear the screen ?

2002-06-06 Thread stormpunk
Pierre-Philippe Ravier wrote: >I am writing a Perl program on Solaris 8, and I would >like to know the best way to clear the screen at will >during the execution of the Perl program. > >I found that doing : >system("clear") >will do the job, but it's dirty and probably slow. > >Is there a better

Re: [Perl-unix-users] Does anyone has a Perl - pagination example? diplay 50 records at the time

2002-06-06 Thread Henry Wong, ¶À³Ç¼e
You might want to try out the module called HTML::Pager in CPAN? --- SuccessInMind <[EMAIL PROTECTED]> wrote: > Does anyone has a simple pagination example script > they can point me > towards? > > I am looking for a routine that will display 50 > records at the time and then > when the next pa

[Perl-unix-users] Does anyone has a Perl - pagination example? diplay 50 records at the time

2002-06-06 Thread SuccessInMind
Does anyone has a simple pagination example script they can point me towards? I am looking for a routine that will display 50 records at the time and then when the next page link is clicked on > it will display the next 50 records. The pagination control at the bottom of the page would look some

Re: [Perl-unix-users] How to clear the screen ?

2002-06-06 Thread Henry Wong, ¶À³Ç¼e
Might want to try your lucky on Term::Screen Module in CPAN. I personally *haven't* used it, but it has a clrscr functiuon. --- Pierre-Philippe Ravier <[EMAIL PROTECTED]> wrote: > I am writing a Perl program on Solaris 8, and I > would > like to know the best way to clear the screen at > will >

[Perl-unix-users] How to clear the screen ?

2002-06-06 Thread Pierre-Philippe Ravier
I am writing a Perl program on Solaris 8, and I would like to know the best way to clear the screen at will during the execution of the Perl program. I found that doing : system("clear") will do the job, but it's dirty and probably slow. Is there a better way ? (maybe with the termcap stuff). _

RE: [Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread Martin Moss
excellent, cheers Marty > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Henry Wong, ¶À³ÇRe > Sent: Thursday 06 June 2002 15:45 > To: Perl-Unix-Users > Subject: RE: [Perl-unix-users] compiling perl scripts into EXE and then > using the exe throug

RE: [Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread Henry Wong, ¶À³Ç¼e
http://httpd.apache.org/docs/howto/cgi.html There shouldn't be a problem as long as Apache is configure to AddHandler cgi-script exe # for those pesty exe files --- Martin Moss <[EMAIL PROTECTED]> wrote: > Whilst speed is important, > removing the availability of the sourcecode is more > so

RE: [Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread Martin Moss
Whilst speed is important, removing the availability of the sourcecode is more so. Do I need to do anything special with apache or will it just work, point at the compiled script? Marty > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > parvez > Se

Re: [Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread parvez
Hey, Never tried that, but soundz goood parvez "Henry Wong, ¶À³Ç¼e" wrote: > Why would you want precompile a perl script into exe > and run thru apache? > > Just wondering... Wouldn't be faster to run the perl > script thru Apache::Registry or re-write it to a > modperl module? > > --- parv

Re: [Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread Henry Wong, ¶À³Ç¼e
Why would you want precompile a perl script into exe and run thru apache? Just wondering... Wouldn't be faster to run the perl script thru Apache::Registry or re-write it to a modperl module? --- parvez <[EMAIL PROTECTED]> wrote: > Hi, > did u try using perlcc taht does it on > Unix/Linu

Re: [Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread Henry Wong, ¶À³Ç¼e
Why would you want precompile a perl script into exe and run thru apache? Just wondering... Wouldn't be faster to run the perl script thru Apache::Registry or re-write it to a modperl module? --- parvez <[EMAIL PROTECTED]> wrote: > Hi, > did u try using perlcc taht does it on > Unix/Linu

Re: [Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread parvez
Hi, did u try using perlcc taht does it on Unix/Linux: USAGE is: perlcc /usr/bin/perlcc: Usage: /usr/bin/perlcc [-o executable] [-r] [-O|-B|-c|-S] [-log log] [source[.pl] | -e oneliner] Parvez Martin Moss wrote: > All, > > I want to precompile a perl script into an exe, and then use those e

[Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread Martin Moss
All, I want to precompile a perl script into an exe, and then use those exe's through apache as if they were normal .cgi .pl scripts. Can this be done, and if so how? Regards Marty ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: ht