Help for this page

Select Code to Download


  1. or download this
    Declare Function sqr Lib "sqrw.dll" (ByVal sString As String) As Integ
    +er
    Declare Function sqrend Lib "sqrw.dll" () As Integer
    ...
    '   Make sure you call sqrend after you're done
    
    end sub
    
  2. or download this
    
    use warnings;
    ...
    $return = $sqrend->Call();
    
    warn $return if $return;