X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter1-kiriwriteinitalise.html;fp=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter1-begin.html;h=d26225827da6a58edfa54131c1a2817258a6a975;hp=bf647d63ef005810638cf068e98db597a56a952e;hb=ff0d6ced3c2cc3f9c6f601c1ac8618a9dc4ccb5a;hpb=917bf000970f6e8e95759b4975e9d5c48e738dfd diff --git a/Documentation/English (British)/developer-chapter1-begin.html b/Documentation/English (British)/developer-chapter1-kiriwriteinitalise.html similarity index 58% rename from Documentation/English (British)/developer-chapter1-begin.html rename to Documentation/English (British)/developer-chapter1-kiriwriteinitalise.html index bf647d6..d262258 100644 --- a/Documentation/English (British)/developer-chapter1-begin.html +++ b/Documentation/English (British)/developer-chapter1-kiriwriteinitalise.html @@ -3,7 +3,7 @@ - Kiriwrite Documentation - Developer Documentation - 1.1: BEGIN + Kiriwrite Documentation - Developer Documentation - 1.1: kiriwrite_initalise
- 1.1 BEGIN

+ 1.1 kiriwrite_initalise

-BEGIN is a subroutine that is used by the Perl interpreter to do things before running a script (Kiriwrite being the case). For Kiriwrite, it will process the script filename (as it's the full path name and only the last part which is the filename is needed). This allows Kiriwrite to be used with a different script filename. +kiriwrite_initalise loads some variables before they are used throughout Kiriwrite (such as the script filename). This subroutine does not need to be called anywhere else.

+ +Parameters:

+
+ kiriwrite_initalise(); +


+ +Usage:

+
+ kiriwrite_initalise(); +