perl API calls
I have some C code that talks to an API and makes calls and waits for
responses.
Can perl do the same thing ?
They are like system calls, not sockets or anything else.
Cheers
.
Relevant Pages
- Re: perl API calls
... responses. ... not sockets or anything else. ... Perl does have a system call that I would suspect works like C's. ... (comp.lang.perl) - Re: why the perl docs suck
... list/array were as such so that when a push occured, ... >It appears the Perl source code is written in Perl, ... >vs allocation-copy-free sitting on top of block memory ... >designers of the software that uses its api. ... (comp.lang.perl.misc) - Re: FAQ 3.19 How can I make my CGI script more efficient?
... you know you'll need as well (to thwart off overhead for future AUTOLOAD ... When using the mod_perl API, it's a lot easier to write test cases too, just ... implement the required portions of the API as a "dummy request". ... I just wish perl would "come back" to where it used to be, ... (comp.lang.perl.misc) - SUMMARY: Global Find/Replace Question...
... The two popular ways of doing this are Perl and Sed/Grep Script.. ... I am summarizing the following responses that I received: ... REGEXP can be any valid perl regular expression. ... Note that REGEXP can be any valid sed regular expression. ... (SunManagers) - Re: API for import?
... When you write your own importyou get to define your own API! ... The only bit I found unclear was how Perl manages to DWIM for both: ... Which seems right from a DWIM standpoint. ... (comp.lang.perl.misc) |
|