in reply to Re: Problem with parameters in subroutines
in thread Problem with parameters in subroutines

Thanks for the answer. I have done as you said and i got Not a GLOB reference at dziala.pl error, sorry for my code i will repair it i wanted to translate it from polish to english but forgot to change working part withour subroutine :)
  • Comment on Re^2: Problem with parameters in subroutines

Replies are listed 'Best First'.
Re^3: Problem with parameters in subroutines
by LanX (Saint) on Jun 02, 2014 at 12:30 UTC
    > ... from polish to english but forgot ...

    Look for me it doesn't matter how you name your variables as long as your code...

    • has a consistent language
    • and is working.
    (just don't expect it to be self-documenting for too many people ;)

    Regarding you error please post working code which reproduces the problem.

    Cheers Rolf

    ( addicted to the Perl Programming Language)