Help for this page

Select Code to Download


  1. or download this
    use constant SOME_CONSTANT => 1;
    sub whatever { 123 }
    1;
    
  2. or download this
    use myIncludeFile ();