Help for this page

Select Code to Download


  1. or download this
    200
    200
    ...
    Back 1 OK
    200
    Back 2 OK
    
  2. or download this
    #!perl
    
    ...
    
      print("\n");
    }
    
  3. or download this
    $ perl a.pl 0
    200
    ...
    
    200
    http://www.vitoco.cl/test-ref/img1
    
  4. or download this
    $ perl a.pl 0
    200
    ...
    $ perl a.pl 1
    Died at a.pl line 22.
    
  5. or download this
        if ( $request->method eq 'GET' || $request->method eq 'POST' ) {
            $self->_push_page_stack();
        }
    
  6. or download this
        $self->_push_page_stack();