Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Counting number of characters in a string

by Anonymous Monk
on Jun 21, 2010 at 07:13 UTC ( [id://845681]=note: print w/replies, xml ) Need Help??


in reply to (jcwren) Re: Counting number of characters in a string
in thread Counting number of characters in a string

It didn't working

use strict; { my $string = "Oh please, good sir program, what is my length?"; printf ("The length is %d characters\n", howlong ($string)); use Inline C => <<'END_OF_C_CODE'; #include <string.h> int howlong(char *s) { return strlen (s); } END_OF_C_CODE }

Replies are listed 'Best First'.
Re^3: Counting number of characters in a string
by rowdog (Curate) on Jun 21, 2010 at 23:13 UTC

    Works fine on Linux. I imagine you're missing either Inline::C or string.h and the associated library.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 12:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found