jag194u has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, lets say i have a line
write("thepath",8'h44,status,"info")
how do i read the parts of above line into different perl variables
like$a = "thepath"; $b = 8'h44; $c = status; $d = "info" and $e = write
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to read words in a line into separate variables
by hippo (Archbishop) on May 27, 2015 at 09:51 UTC | |
|
Re: how to read words in a line into separate variables
by kroach (Pilgrim) on May 27, 2015 at 20:20 UTC |