Help for this page

Select Code to Download


  1. or download this
    package Skywalker;
    require Exporter;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    use Skywalker;
    
    ReadConfig('/tmp/simple.cfg');
    
  3. or download this
    perl walktest.pl 
     --- going to read config file: /tmp/simple.cfg ---