http://qs1969.pair.com?node_id=1201596


in reply to Storing output of a subroutine into an hash and then printing hash

You need to add a semicolon after the right paren:
# v %mycorpus = getCorpus("C:\Users\li\test"); #line 1
  • Comment on Re: Storing output of a subroutine into an hash and then printing hash
  • Download Code

Replies are listed 'Best First'.
Re^2: Storing output of a subroutine into an hash and then printing hash
by Anonymous Monk on Oct 19, 2017 at 08:56 UTC
    Semi-colons catch me out every time, thanks for that!
Re^2: Storing output of a subroutine into an hash and then printing hash
by Maire (Scribe) on Oct 21, 2017 at 07:09 UTC
    Thank you!