Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    package Op;
    use strict;
    ...
     }
                    
    __PACKAGE__
    
  2. or download this
    Undefined subroutine &Op::run_api_call called at C:/Users/chandan/Docu
    +ments/Perl/webapp/bin/../lib/Op1.pm line 86.
    C:/Users/chandan/Documents/Perl/webapp/bin/../lib/Op1.pm line 86
    81    
    ...
    88    push @responsetextall, @responsetext;
    89    
    90    for my $i (0..$#responsetextall) {