Help for this page

Select Code to Download


  1. or download this
    # make sure not to use a variable that is only set at run time
    BEGIN { push (@INC, "/home/usr/scripts"); }
    use kp1;
    
  2. or download this
    use lib "/home/usr/scripts";
    use kp1;