Help for this page

Select Code to Download


  1. or download this
      @stories = Bric::Biz::Asset::Business::Story->list();
      if (not @stories) {
         print "There are no stories.\n";
      }
    
  2. or download this
      if (not Bric::Biz::Asset::Business::Story->list()) {
         print "There are no stories.\n";
      }