Hi, i consider myself a newbie in Perl, so i need a bit of help. There are some websites, where you got different problems to solve using various programming languages (i'm using perl).
All problems got automated tests and just give you input and check the output. Well i've got the problem with the input.
For example, after script was started, the input will be
1 10 8 6 - in ole line, separated with spaces.
I need to store those 4 values in 4 different variables and i don't know hot to do it in terms of perl.
Help me please.