Hi,
I have the following input in a csv file(attached):
Size Color Shape
- |green |
- |red |-
- |- |Rectangle
- |- |Circle
big |- |-
small |- |-
....
...
..
and I want to get something like this:
big green rectangle
big green circle
big...
Hi,
I am new to programming and new to Perl and I could definitely use some help. I have a .csv file from which I am reading lines, I used the following code:
foreach my $cell (@cells_array) {
$attr1_value = shift(@attr1s);
while ($attr1_value ne "") {
$_ = $attr1_value;
/inet filter\s+/...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.