Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in posts by jlarson only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
jlarson
User Profile
Collapse
Profile Sidebar
Collapse
jlarson
Last Activity: Sep 16 '09, 04:03 PM
Joined: Sep 16 '09
Location:
Subscriptions
1
Subscribers
0
Activities
About
Media
Subscribed
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Source
All
jlarson only
Visitor Messages Only
Advanced
Filtered by:
Clear All
new posts
jlarson
replied to
Trouble registering enter key.
in
Perl
Sep 16 '09, 04:02 PM
I know it's a little late, but if anyone else has this problem I figured I might as well post.
Line 63 is incorrect. This code was ported from C, where == works for everything, but perl likes to do things a little differently.
This:
Code:
elsif ($c == '\n')
should be:
Code:
elsif ($c eq "\n")
See more
|
Go to post
Last edited by
numberwhun
;
Sep 17 '09, 04:10 AM
.
Reason:
Please use code tags!
Leave a comment:
Post Comment
Cancel
No activity results to display
Show More
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Leave a comment: