Anyone can shed a light for me please?if ($line =~ m{\A Job: }xms) { $job_details_info{Job} = $line; } elsif ($line =~ m{\A File: }xms) { push @files, $line; } elsif ($line =~ m{\A Image }xms) { $job_details_info{Image} = $line; }
In reply to Multiple If Selections by est
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |