exercism-perl5

Repository for my Perl 5 Exercism exercises
git clone git://git.samirparikh.com/exercism-perl5
Log | Files | Refs | README

HELP.md (1310B) - raw


      1 # Help
      2 
      3 ## Running the tests
      4 
      5 There is a Perl 5 script with the extension `.t`, which will be used to test
      6 your solution. You can run through the tests by using the command:
      7 
      8 ```bash
      9 `prove .`
     10 ```
     11 
     12 ## Submitting your solution
     13 
     14 You can submit your solution using the `exercism submit GradeSchool.pm` command.
     15 This command will upload your solution to the Exercism website and print the solution page's URL.
     16 
     17 It's possible to submit an incomplete solution which allows you to:
     18 
     19 - See how others have completed the exercise
     20 - Request help from a mentor
     21 
     22 ## Need to get help?
     23 
     24 If you'd like help solving the exercise, check the following pages:
     25 
     26 - The [Perl 5 track's documentation](https://exercism.org/docs/tracks/perl5)
     27 - [Exercism's support channel on gitter](https://gitter.im/exercism/support)
     28 - The [Frequently Asked Questions](https://exercism.org/docs/using/faqs)
     29 
     30 Should those resources not suffice, you could submit your (incomplete) solution to request mentoring.
     31 
     32 To get help if you're having trouble, you can use one of the following resources:
     33 
     34 - [/r/perl5](https://www.reddit.com/r/perl5) is the perl5 subreddit.
     35 - [StackOverflow](http://stackoverflow.com/questions/tagged/perl5) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.