Manipulating programs

2004-11-11 Thread Augusto Flavio
this library is discontinued on perl 5.8. Anyone have the solution? Tranks for all Augusto Flavio -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Using object

2004-11-12 Thread Augusto Flavio
} How i get all itens of the object SELECTED without selected this itens? Can i do this ? ps.: Sorry my bad english Tranks Augusto Flavio ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale

Module PAR

2005-02-03 Thread Augusto Flavio
I open my firefox and make run the script. Unhappyly i get this msg: Unrecognized character \x7F at compiled.pm line 1. Which i do? Have something wrong with the method of compilation? Is someone that used the module PAR and can help me? Thanks for all. ps.: Sorry for my english Augu

What about perlcc?

2005-06-19 Thread Augusto Flavio
same question. Can i use the perlcc for this? Is it the best way to hide the source code? Once i tried using the perlcc to compile some libs (.so) and i wasn't successful in it because the perlcc doesn't support sharing libraries. What i do?! Thanks!

Re: What about perlcc?

2005-06-19 Thread Augusto Flavio
bled Can i enable this option in perlcc? Is it possible? Thanks! Augusto Flavio __ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Obfuscate source

2006-01-24 Thread Augusto Flavio
Hi, I'm looking for a tool that obfuscate the source code of my commercial application. I found the stunnix but it is $879!!! Have other tool like it ? I'm looking a tool that the process to de-obfuscate is very hard for the 'perl hack users'. Any idea? Augusto Morais --

CGI - HTML::TEMPLATE - How do it ?

2006-02-02 Thread Augusto Flavio
Hi, I`m have a question. i want to do a table using the module HTML::Template. Well.. A simple table i can do but a table with differents rows i don`t made(sorry my english).. How i do a table like this: http://www.smartlinks.com.br/~aflavio/test.html Thanks for all Augusto Morais

RE: CGI - HTML::TEMPLATE - How do it ?

2006-02-02 Thread Augusto Flavio
es K. Clarkson" <[EMAIL PROTECTED]> escreveu: Augusto Flavio wrote: > Hi, > > > I`m have a question. i want to do a table using the module > HTML::Template. Well.. A simple table i can do but a table with > differents rows i don`t made(sorry my english).. How i do a t

@INC

2006-03-12 Thread Augusto Flavio
Hi, I'm working in a project and i want include a directory (my modules) to perl's search path. I have this structure: /usr/local/project /usr/local/project/packages Then i create a index.cgi on root folder with the theses lines: #!/usr/bin/perl use strict; use Cwd; use lib getcwd."/pack

redirect - CGI

2006-04-11 Thread Augusto Flavio
Hi, I'm looking for a method to redirect the url of browser to elsewhere. What i do was check the documentation of CGI.pm: "Sometimes you don't want to produce a document yourself, but simply redirect the browser elsewhere, perhaps choosing a URL based on the time of day or the identity of t