Help for this page

Select Code to Download


  1. or download this
    # ==========================================
    BEGIN {
    ...
    
    print "Hello world!\n";
    # ==========================================
    
  2. or download this
    # ==========================================
    Can't load '/usr/perl5/5.16.2/lib/site_perl/5.16.2/sun4-solaris/auto/D
    +BD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: perl: fatal: li
    +bclntsh.so.11.1: open failed: No such file or directory at /usr/perl5
    +/5.16.2/lib/5.16.2/sun4-solaris/DynaLoader.pm line 190.
    ...
    Compilation failed in require at ./test_program.pl line 8.
    BEGIN failed--compilation aborted at ./test_program.pl line 8.
    # ==========================================