Help for this page

Select Code to Download


  1. or download this
    Can't locate DBD/Sybase.pm in @INC (@INC contains: . db /glory/mu/tool
    +s/lib C:/strawberry/perl/lib C:/strawberry/perl/site/lib C:\strawberr
    +y\perl\vendor\lib .) at dbUpdate.pl line 17.
    
  2. or download this
    use lib 'C:\strawberry\cpan\build';
    use lib 'C:\strawberry\cpan\build\DBD-Sybase-1.10-xUBkiW\blib\lib';
    # So Perl can find the DBD::Sybase module
    
  3. or download this
    Can't locate loadable object for module DBD::Sybase in @INC (@INC cont
    +ains: C:\strawberry\cpan\build\DBD-Sybase-1.10-xUBkiW\blib\lib C:\str
    +awberry\cpan\build . db /glory/mu/tools/lib C:/strawberry/perl/lib C:
    +/strawberry/perl/site/lib C:\strawberry\perl\vendor\lib .) at dbUpdat
    +e.pl line 20.
    
  4. or download this
    #!/gendat2/proj/bin/perl
    #{insert 10 lines of comments here}
    
    ...
    use FileHandle;     # File I/O support.
    use Symbol;         # Support for using variables as variable names. U
    +ber cool.
    use Data::Compare;  # Compares perl data structures.