Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    say $text;
    say $lang;
    say $author;
    
  2. or download this
    ("text_element_contents",eng,"Daniel Staal")
    Use of uninitialized value $lang in say at perl_db_test.pl line 22.
    
    Use of uninitialized value $author in say at perl_db_test.pl line 23.