A
Amir
Hi,
I want to use a foreach in PERL in a way that on of the strings inside
it is empty string.
this is my foreach:
foreach my $var ( qw ( Hi Fofo) ) {
..
..
..
}
I want to add to the foreach that the $var will be an empty string and
Hi and Fofo.
do you know how can I do it
thanks in advance
-Amir
I want to use a foreach in PERL in a way that on of the strings inside
it is empty string.
this is my foreach:
foreach my $var ( qw ( Hi Fofo) ) {
..
..
..
}
I want to add to the foreach that the $var will be an empty string and
Hi and Fofo.
do you know how can I do it
thanks in advance
-Amir