Help for this page

Select Code to Download


  1. or download this
    foreach my $x (@cleared) {
        my $jobprofil = $x->{JobProfil};
    ...
                }
            }
    }
    
  2. or download this
                    else {
                        unless ($x =~ m/^Something Else/){
                        print "~~Something Else~~", $x, "\n";
                        }
                    }