-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numbered list/head in Pod (S26) #117
Comments
On Saturday, September 3, 2016, Tushar Harishbhai Dave <
Best regards, -Tom |
Thanks Tom for your prompt response. Could you please direct me the location of the Pod files that you mentioned? And it's very unfortunate not to have those features. Looking forward to seeing them implemented soon. -Tushar |
On Sunday, September 4, 2016, Tushar Harishbhai Dave <
You're welcome, Tushar. For the pod source, check out the git repo at < A good start there is to look at the pod6 files in the doc/Language BTW, I assume you have been checking out the official docs at docs.perl6.org
Well, I'm working on getting tables fully functional, but I haven't worked Best regards, -Tom |
Thanks again Tom for your reply. Yes, docs.perl6.org is the first place where I usually look for the stuff. If you can explain to me how to start contributing to the project, I am more than happy to help. I have never contributed to any open source project before so I am in kind of fuzzy state. I can contribute in my spare time. -Tushar |
On Sunday, September 4, 2016, Tushar Harishbhai Dave <
(I assume you have already installed Perl 6 and are experimenting with it.) Several places to start, IMHO (in no particular order):
http://perl6.org/getting-started/involved Welcome to the Perl 6 community, Tushar! Best regards, -Tom |
Thanks Tom for your informative comments. To just give you information about my background, I am an active Perl 5 user and exploring Perl 6 since its first launch. I use Perl5 in my everyday job as it's the first language that I have learned and worked with. I already have a GitHub account and using it for my projects. I have already signed up for Perl 6 weekly and also asked questions over IRC channel. I believe, now I have adequate knowledge of Perl 6 to start up something on my own. So, I have started developing Perl 6 module. I hope I will get some time to finish it soon. I am hoping to see Perl 6 book out soon as I have faced a lot of trouble finding a step by step guide for myself for Perl 6. I have attended YAPC::NA 2016 where Larry said he has no plan to write a book in near future. But the book will be a great thing at this moment (as per my point of view). Thanks again for all your replies. |
On Sunday, September 4, 2016, Tushar Harishbhai Dave <
I'm in similar situation: using Perl 4, then 5, for work and fun since I'm actively working on two Perl 6 modules and have another on deck. Also
What name are you using on #perl6? I'm "tbrowder" (I gave up on silly I'm trying to get interest in Perl ( esp. Perl 6) in northwest Florida. We
-Tom |
No, I haven't attended any of Damian's classes because of either the time or the cost. I have attended his talk, though. I am a big fan of his work.
This is great news. In the Q&A session with Larry, Larry said he doesn't find enough time to write the book as all of us ask him to attend various conferences.
I am not that much active on IRC. Whenever I am on it, I use "tushar". I am in Baltimore, MD.
Same here in Baltimore. We have only 5-7 people in MeetUp group. And I think it's same everywhere. Whenever I said to others that I am Perl programmer, first of all, they stare at me and then ask me for good reasons of why am I still using it. Even few of them ask me to change my interest to Python saying that Perl is not OOP language. Anyways, nice talking to you. |
Hello,
I was referring to S26 to get familiarity with Perl 6 Pod system. I am trying the examples from the synopsis. Unfortunately, the numbered list/head code doesn't work the way the doc said. I have tried all the combination that explained in the doc. Below is what I have tried so far.
Try -- 1
Try -- 2
Try -- 3
None of the above return the heading with numbers. I have also tried with all of them with item instead head. With item, they return all item with * bullet style and not the number.
Am I doing something wrong? or something changed. Can someone please help me?
Thanks.
The text was updated successfully, but these errors were encountered: