perl question
From: Kevin (kevin_at_netkev.com)
Date: 07/30/04
- Next message: Chris Torek: "Re: Strange kind of doubly-linked list"
- Previous message: Gerry Quinn: "Re: Rework [Was: Static vs. Dynamic typing...]"
- Next in thread: Peter Ammon: "Re: perl question"
- Reply: Peter Ammon: "Re: perl question"
- Reply: John W. Krahn: "Re: perl question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Jul 2004 18:19:19 -0700
I hope you all consider a perl ? to be okay to post here.
I have a single letter stored in a variable and I want to increment it
to the next letter.
i.e.
$x = "n";
#now i need $x to equal "o";
i tried +1, ++, etc. i searched for increment char and got nothing.
any suggs?
-Kevin
- Next message: Chris Torek: "Re: Strange kind of doubly-linked list"
- Previous message: Gerry Quinn: "Re: Rework [Was: Static vs. Dynamic typing...]"
- Next in thread: Peter Ammon: "Re: perl question"
- Reply: Peter Ammon: "Re: perl question"
- Reply: John W. Krahn: "Re: perl question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|