niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » Programming » Perl » modules
A module looking for a namespace
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
Author Message
John Bokma
*nix forums Guru


Joined: 23 Feb 2005
Posts: 1136

PostPosted: Sat Mar 05, 2005 5:24 pm    Post subject: Re: A module looking for a namespace Reply with quote

Domenico Delle Side wrote:

Quote:

HTML::CHM since afaik CHM is "compiled" HTML.

http://66.93.236.84/~jedwin/projects/chmlib/ ?

rigth.

If it does the extraction part, HTML::CHM::Extract and maybe
HTML::CHM:Contents?

Well, extraction and content are related in CHMLib,

The good thing about a library wrapper is that you can hide the gory
details and maybe make a more OO way to do things. Mind, I have no
experience with chmlib (but thanks for the tip, I will certainly look into
it, is there a win32 version?)

Quote:
so HTML::CHM
could be the rigth name for the module.

Just my 2 pesos Very Happy.

2 pesos? I hope to receive about 1.000.000 of reply as yours... Smile

Ah... I could use 2.000.000 pesos too Very Happy.

--
John Small Perl scripts: http://johnbokma.com/perl/
Perl programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html
Back to top
Domenico Delle Side
*nix forums beginner


Joined: 04 Mar 2005
Posts: 3

PostPosted: Sat Mar 05, 2005 10:57 am    Post subject: Re: A module looking for a namespace Reply with quote

Quote:
HTML::CHM since afaik CHM is "compiled" HTML.

http://66.93.236.84/~jedwin/projects/chmlib/ ?

rigth.

Quote:
If it does the extraction part, HTML::CHM::Extract and maybe
HTML::CHM:Contents?

Well, extraction and content are related in CHMLib, so HTML::CHM
could be the rigth name for the module.

Quote:
Just my 2 pesos Very Happy.

2 pesos? I hope to receive about 1.000.000 of reply as yours... :-)


Thanks,
nico


--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Back to top
Domenico Delle Side
*nix forums beginner


Joined: 04 Mar 2005
Posts: 3

PostPosted: Sat Mar 05, 2005 12:14 am    Post subject: Re: A module looking for a namespace Reply with quote

Quote:
I'm writing a perl extension to interface the language with CHMLib
(using XS), wich will give to the language the ability to handle (with
the limitations of the library) .chm files with an OO interface.

.chm is a file-suffix. What type of file is this (does it have a MIME
-type?).

It's not MDL(?) Chime (for Chemical modules) is it?
[...]
If it isn't, then what is CHMlib and what are ".chm" files.

Well, .chm is the file suffix for MS Windows HtmlHelp files, a sort of
"compiled" html files, with some other stuff. The mime-type,according
to 'file', is a generic application/octet-stream, which is not
helpful :-(

CHMLib is a free library that give some routines to handle these files
in unix-like machines (but not limited to them).


Thanks,
nico


--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Back to top
John Bokma
*nix forums Guru


Joined: 23 Feb 2005
Posts: 1136

PostPosted: Fri Mar 04, 2005 11:03 pm    Post subject: Re: A module looking for a namespace Reply with quote

Domenico Delle Side wrote:

Quote:
Hi folks,

I'm writing a perl extension to interface the language with CHMLib
(using XS), wich will give to the language the ability to handle (with
the limitations of the library) .chm files with an OO interface.

Now, it's time to choose the right namespace for the module, but I've
no idea on wich is the right one, so I'm asking you. Maybe something
like "FOO::CHM"?

I hope in a fast reply.

HTML::CHM since afaik CHM is "compiled" HTML.

http://66.93.236.84/~jedwin/projects/chmlib/ ?

If it does the extraction part, HTML::CHM::Extract and maybe
HTML::CHM:Contents?

Just my 2 pesos Very Happy.

--
John Small Perl scripts: http://johnbokma.com/perl/
Perl programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html
Back to top
Big and Blue
*nix forums addict


Joined: 21 Feb 2005
Posts: 95

PostPosted: Fri Mar 04, 2005 10:59 pm    Post subject: Re: A module looking for a namespace Reply with quote

Domenico Delle Side wrote:
Quote:

I'm writing a perl extension to interface the language with CHMLib
(using XS), wich will give to the language the ability to handle (with
the limitations of the library) .chm files with an OO interface.

.chm is a file-suffix. What type of file is this (does it have a MIME
-type?).

It's not MDL(?) Chime (for Chemical modules) is it?

Quote:
Now, it's time to choose the right namespace for the module, but I've
no idea on wich is the right one, so I'm asking you. Maybe something
like "FOO::CHM"?

If it is, what about Chemistry::ChimeLib

If it isn't, then what is CHMlib and what are ".chm" files.


--
Just because I've written it doesn't mean that
either you or I have to believe it.
Back to top
Domenico Delle Side
*nix forums beginner


Joined: 04 Mar 2005
Posts: 3

PostPosted: Fri Mar 04, 2005 10:15 pm    Post subject: A module looking for a namespace Reply with quote

Hi folks,

I'm writing a perl extension to interface the language with CHMLib
(using XS), wich will give to the language the ability to handle (with
the limitations of the library) .chm files with an OO interface.

Now, it's time to choose the right namespace for the module, but I've
no idea on wich is the right one, so I'm asking you. Maybe something
like "FOO::CHM"?

I hope in a fast reply.


Good coding,
nico


--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
The time now is Wed Jan 07, 2009 7:53 pm | All times are GMT
navigation Forum index » Programming » Perl » modules
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts strange error when importing a module Robin Becker python 1 Thu Jul 20, 2006 4:04 pm
No new posts subprocess module Bulkan-Savun Evcimen python 0 Thu Jul 20, 2006 1:59 pm
No new posts Load Module Kaushal Shriyan Apache 1 Tue Jul 18, 2006 12:52 pm
No new posts namespace problem lixiaoyao C++ 5 Tue Jul 18, 2006 5:03 am
No new posts RFC: my iterthreader module Justin Azoff python 0 Tue Jul 18, 2006 3:15 am

Sudoku Software | Xbox Mod Chip | Online Loans | Web Advertising | Free Mmorpg
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.2461s ][ Queries: 20 (0.1070s) ][ GZIP on - Debug on ]