Changes

Jump to navigation Jump to search
4 bytes removed ,  19:28, 12 January 2015
→‎get_prop: correct quotes typo's
Line 168: Line 168:  
     my $status;
 
     my $status;
 
   
 
   
     if (my $s = $db->get(``foo'')) { $status = $s->prop('status'); }
+
     if (my $s = $db->get("foo")) { $status = $s->prop('status'); }
 
   
 
   
     $status ||= ``default'';
+
     $status ||= 'default';
    
With this method, you can use:
 
With this method, you can use:

Navigation menu