strfry() has asked for the wisdom of the Perl Monks concerning the following question:

like a function that returns the ascii numberic when given a char as an argument?

Originally posted as a Categorized Question.

  • Comment on is there an opposite to the chr function?

Replies are listed 'Best First'.
Re: is there an opposite to the chr function?
by riffraff (Pilgrim) on May 24, 2001 at 22:55 UTC
    ord()

    Originally posted as a Categorized Answer.