Help for this page

Select Code to Download


  1. or download this
    sub jbrug2 {
        my @a = split("",$str);
    ...
            $txt .= $a[$i];
        }
    }
    
  2. or download this
    sub blazar {
        local $_=reverse $str;
        my ($cnt,$txt)=$maxlen;
        $txt.=chop while $cnt--;
    }