You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/sandbox/callforwards_form_starter.pl

13 lines
183 B

#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
use NGCP::Panel::Form::CFSimpleAPI;
for(my $i=0; $i<200;$i++){
my $form=NGCP::Panel::Form::CFSimpleAPI->new();
}
1;