Sponsored Content
Full Discussion: Per and Hardware
Top Forums UNIX for Dummies Questions & Answers Per and Hardware Post 19913 by killerserv on Wednesday 17th of April 2002 10:54:15 PM
Old 04-17-2002
Depends on how and what type of Proggram or code you want to write. Here is a little definition on what perl can do and capabale of:

Perl works with existing C libraries
- Through either the XS or SWIG interfaces, Perl programs can use your legacy C libraries.

Perl handles memory management internally
- Perl handles memory management so that programmers don't have to spend time creating memory management bugs which are the most frequent source of security holes.

If you would like something that control H/Ware basically you may try to write codes on Assembly Language. Python can do the trick too. All Depends on your needs.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Hardware

Hi I have a problem to start up my Solaris Ultra 5. When it boots up I get a strange clicking sound, sounds like the hard drive that is "thinking" very hard. On the screen I get these messages: Boot device: Files and Args: Please check cable and try again Network link setup fail Time out... (8 Replies)
Discussion started by: Orange
8 Replies

2. UNIX Desktop Questions & Answers

hardware 3d

How do I check my system to see if the graphics are using hardware 3d suport or not. I have a TNT2 on RH 7.1 kernel 2.4.9-?(can't remember off top of my head)I'm running all the latest updates from RH. Also I now have a dvd drive and I am trying to find a player that will play all movies and not... (1 Reply)
Discussion started by: MaxCat
1 Replies

3. Filesystems, Disks and Memory

identify hardware

Does anyone know a good script/tool for remote identification of hardware on a linux-based system (RH9/NLD) ? I'd like to know all the specifics like amount of memory, motherboard vendor, chipset and so on.... (0 Replies)
Discussion started by: patrickb
0 Replies

4. HP-UX

Hardware Recommendation

My J-Class system seems to have killed its onboard NIC. Does anyone have any good suggestions for a *cost effective* :p NIC for this machine? I am currently running 11i v1 on it, and have available PCI-X 5v slots. Alternatively, perhaps someone knows of where I might find a list of supported... (1 Reply)
Discussion started by: ipaddict
1 Replies

5. UNIX Benchmarks

HP hardware benchmark

CPU: 1 x PA8600, 440MHz RAM: 1GB Hardware model: 9000/800/N4000-44 BYTE UNIX Benchmarks (Version 3.11) System -- HP-UX xxx B.11.11 U 9000/800 615379343 unlimited-user license Start Benchmark Run: Tue Apr 4 05:43:42 IST 2006 1 interactive users. Dhrystone 2 without register... (0 Replies)
Discussion started by: blowtorch
0 Replies

6. Programming

Hardware information

How would I write a program in C that prints out the hardware the current computer has? And what about information about it? Thank you for your time. (4 Replies)
Discussion started by: cubics
4 Replies

7. Programming

C and hardware !

Hello ! I have a friend , in one day he tell me this : some guy made a cool program in C , for some sort or hardware control . I say : wow ! Maybe someone , can give me an example , how can C control hardware so good ( as I hear ) , and maybe some cool information , where to learn the idea ,... (1 Reply)
Discussion started by: !_30
1 Replies

8. Solaris

Hardware

Hi, I'm looking to run Sun Solaris 8 or 9, but have been running windows :mad: .can anyone give me advice about the hardware needed for solaris and possably any software i may need, the type of model and where i may be able to buy these within the uk. :confused: ... (3 Replies)
Discussion started by: franz
3 Replies

9. AIX

New Hardware

Can someone help me with what I am guessing is a simple job for an AIX admin. However I am 100% HP-UX and not touched AIX before the start of this week. I am trying to connect an IBM Blade (JS22) to our HP Enterprise Tape Library. I have done all the SAN zoning and this appears to be happy... (5 Replies)
Discussion started by: Andyp2704
5 Replies

10. Solaris

Hardware faulty, but which hardware?

Hi folk, I have this hardware faunty message, but dont know which hardware is this ? can you guide me ? --------------- ------------------------------------ -------------- --------- TIME EVENT-ID MSG-ID SEVERITY ---------------... (9 Replies)
Discussion started by: dehetoxic
9 Replies
Module::Math::Depends(3pm)				User Contributed Perl Documentation				Module::Math::Depends(3pm)

NAME
Module::Math::Depends - Convenience object for manipulating module dependencies DESCRIPTION
This is a small convenience module created originally as part of Module::Inspector but released seperately, in the hope that people might find it useful in other contexts. METHODS
new my $deps = Module::Math::Depends->new; Creates a new, empty, dependency set. from_hash my $deps = Module::Math::Depends->from_hash( \%modules ); Creates a new dependency set from a raw hashref of modules names and versions. add_module $deps->add_module( 'My::Module' => '1.23' ); Adds a single module dependency to the set. Returns true, or dies on error. merge $my_deps->merge( $your_deps ); The "merge" method takes another dependency set and merges it into the current one, taking the highest version where both sets contain a module. Returns true or dies on error. as_string print $depends->as_string; Converts the dependency set to a simple printable string. SUPPORT
This module is stored in an Open Repository at the following address. <http://svn.ali.as/cpan/trunk/Module-Math-Depends> Write access to the repository is made available automatically to any published CPAN author, and to most other volunteers on request. If you are able to submit your bug report in the form of new (failing) unit tests, or can apply your fix directly instead of submitting a patch, you are strongly encouraged to do so as the author currently maintains over 100 modules and it can take some time to deal with non- Critcal bug reports or patches. This will guarentee that your issue will be addressed in the next release of the module. If you cannot provide a direct test or fix, or don't have time to do so, then regular bug reports are still accepted and appreciated via the CPAN bug tracker. <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-Math-Depends> For other issues, for commercial enhancement or support, or to have your write access enabled for the repository, contact the author at the email address above. AUTHORS
Adam Kennedy <adamk@cpan.org> COPYRIGHT
Copyright 2006 - 2008 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.10.0 2008-08-16 Module::Math::Depends(3pm)
All times are GMT -4. The time now is 02:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy