Help for this page

Select Code to Download


  1. or download this
    sub readPackage
    {
    ...
            print "$1 $2;\n\n";
        }
    }
    
  2. or download this
        my @procedures = 
            ( $file =~
            m/^[^\n]*(FUNCTION|PROCEDURE)(.*?)IS/msgi )