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
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
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
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
>
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).
_
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
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
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
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
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
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
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
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
13 matches
Mail list logo