Help for this page

Select Code to Download


  1. or download this
    sub sql_select_from_musings{
             return qq|
                       SELECT musing_id, ref_id,  
    ...
                       FROM musings
                      |;
    }
    
  2. or download this
        $sql_statement = sql_select_from_musings() .
                         qq|ORDER BY entry_date DESC|;
    
  3. or download this
    my $apples = 5;
    my $watermelons = 7;
    
  4. or download this
    my $apples      = 5;
    my $watermelons = 7;