Help for this page

Select Code to Download


  1. or download this
    my @problems;
    
    ...
      push (@problems, $issue);
      next;
    }
    
  2. or download this
    if !($cusip)
    {
      &problem("Missing cusip for $ticker");
      next;
    }