Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
    use lib '.';
    use basedat;
    
  2. or download this
    
    #!/usr/bin/perl
    ...
    use lib Cwd::cwd;
    use basedat;
    
  3. or download this
    
    #!/usr/bin/perl
    ...
    use lib  cwd;
    use basedat;