Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: C vs. Perl

by Anonymous Monk
on Oct 23, 2003 at 02:26 UTC ( [id://301450]=note: print w/replies, xml ) Need Help??


in reply to Re: C vs. Perl
in thread C vs. Perl

Of all the offbeat replies in this thread, this has to be the most ridiculous - While we are at it, why don't we also add the GETPRICE.h library, then our code would be as simple as:

#include <stdio.h> #include <GETPRICE.h> int main(int argc, int *argv[]) { PRICE *p; if (init_price(p, "file") != 0) return 1; printf("The price of an apple is %s\n", get_price(p, "apple")); destroy_price(p); return 0; }

The summary of this thread should simply be - C and Perl are different, get over it.

Replies are listed 'Best First'.
Re: Re: Re: C vs. Perl
by Roger (Parson) on Oct 23, 2003 at 12:13 UTC
    I think you are missing the point. The GETPRICE module implements a specific business rule, it is not a utility module.

    Yes I agree Perl and C are different, but they are really not THAT different.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://301450]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-25 22:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found