Hello everyone,
This is in a subroutine.
my @block = @_;
my $string = join ("", @block);
First I do this to turn an array of strings into one single string. Then assign two variables to random values (for purpose of testing):
$preDB = "whydoyou";
$postDB = "hateme";
Then
if($string...
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.