RE: How to return 'k'-cliques in a graph

2004-09-25 Thread Charles K. Clarkson
Edward WIJAYA <[EMAIL PROTECTED]> wrote: : My question is how can I modify my code below : so it can store and then returns all the "k-clique" found? That's a tough one. The regex was designed to see if there was at least one k-clique in a graph -- not to find all of them. You'll need to

@INC search path

2004-09-25 Thread Owen
I just installed the latest File::Slurp and now I have two of them /usr/lib/perl5/site_perl/5.8.3/File/Slurp.pm /usr/lib/perl5/vendor_perl/5.8.1/File/Slurp.pm a perldoc File::Slurp gives me the site_perl version(the latest) Printing @INC gives me . . /usr/lib/perl5/site_perl/5.8.3 . . /usr/lib/

perl/cgi/file getting

2004-09-25 Thread Jeff Herbeck
Hello, I am trying to start a "transloading" and webhosting company. This will allow users to login via apache .htaccess type authentication and then be able to put a url of a file into a form and the script will go get that file, download it to the webserver into their html directory and then b

Re: perl/cgi/file getting

2004-09-25 Thread Wiggins d'Anconia
Jeff Herbeck wrote: Hello, I am trying to start a "transloading" and webhosting company. This will allow users to login via apache .htaccess type authentication and then be able to put a url of a file into a form and the script will go get that file, download it to the webserver into their html d

Re: @INC search path

2004-09-25 Thread Gunnar Hjalmarsson
Owen wrote: I just installed the latest File::Slurp and now I have two of them /usr/lib/perl5/site_perl/5.8.3/File/Slurp.pm /usr/lib/perl5/vendor_perl/5.8.1/File/Slurp.pm a perldoc File::Slurp gives me the site_perl version(the latest) Printing @INC gives me . . /usr/lib/perl5/site_perl/5.8.3 . . /