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
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/
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
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
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
.
.
/